Page MenuHomeFreeBSD

syscalls: Save the right rettype for system calls.
AbandonedPublic

Authored by imp on Apr 17 2026, 4:41 AM.
Tags
None
Referenced Files
F163232331: D56460.id.diff
Tue, Jul 21, 6:57 AM
Unknown Object (File)
Mon, Jul 20, 11:08 AM
Unknown Object (File)
Mon, Jul 20, 11:08 AM
Unknown Object (File)
Sat, Jul 18, 7:48 PM
Unknown Object (File)
Sun, Jul 5, 12:30 PM
Unknown Object (File)
Sun, Jul 5, 8:57 AM
Unknown Object (File)
May 28 2026, 5:41 PM
Unknown Object (File)
May 13 2026, 11:52 PM
Subscribers
None

Details

Summary

None of the in-tree tools need it, but it's important for other reasons.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72276
Build 69159: arc lint + arc unit

Event Timeline

imp requested review of this revision.Apr 17 2026, 4:41 AM
imp created this revision.

oh! Yea, this is wrong. The return type may be wrong for things like lseek, but this isn't how to fix it.