Page MenuHomeFreeBSD

libc: separate syscall and non-syscall symbols
ClosedPublic

Authored by brooks on Jan 10 2024, 1:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 25, 8:40 AM
Unknown Object (File)
Tue, Sep 24, 12:05 PM
Unknown Object (File)
Tue, Sep 24, 4:42 AM
Unknown Object (File)
Sat, Sep 14, 1:24 AM
Unknown Object (File)
Tue, Sep 10, 4:50 AM
Unknown Object (File)
Fri, Sep 6, 7:55 AM
Unknown Object (File)
Fri, Sep 6, 1:27 AM
Unknown Object (File)
Sep 4 2024, 3:47 PM
Subscribers
None

Details

Summary

Put declerations of _ and __sys_ prefixed stubs at the top and
everything else at the bottom. Sort the bottom list with sort(1).
This paves the way to generate the syscall symbol list.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 55340
Build 52229: arc lint + arc unit

Event Timeline

brooks created this revision.
This revision is now accepted and ready to land.Jan 10 2024, 11:47 AM