HomeFreeBSD

libc: separate syscall and non-syscall symbols

Description

libc: separate syscall and non-syscall symbols

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.

Reviewed by: kib
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D43386

Details

Provenance
brooksAuthored on Jan 11 2024, 6:27 PM
Reviewer
kib
Differential Revision
D43386: libc: separate syscall and non-syscall symbols
Parents
rG6597ea4481bb: powerpc/SYS.h: implement _SYSCALL_BODY() macro
Branches
Unknown
Tags
Unknown