HomeFreeBSD

libc: make syscall stubs empty for shared lib

Description

libc: make syscall stubs empty for shared lib

They are always replaced by libsys so just make them empty. In
https://reviews.freebsd.org/D14609 x86 variants call abort2, but that
requires per-arch assembly and should be of low value in the steady
state.

Reviewed by: kib, emaste, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/908

Details

Provenance
brooksAuthored on Jan 5 2024, 7:04 PM
Differential Revision
D14609: Split libc into libc and libsys
Parents
rGf21777224411: SYS.h: make _SYSCALL_BODY overridable
Branches
Unknown
Tags
Unknown