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
Unknown Object (File)
Thu, Aug 13, 8:11 PM
Unknown Object (File)
Thu, Aug 13, 8:10 PM
Unknown Object (File)
Thu, Aug 13, 12:10 PM
Unknown Object (File)
Thu, Aug 13, 11:42 AM
Unknown Object (File)
Wed, Aug 12, 11:40 PM
Unknown Object (File)
Tue, Aug 11, 5:23 PM
Unknown Object (File)
Mon, Aug 10, 11:10 AM
Unknown Object (File)
Sun, Aug 9, 2:39 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.