HomeFreeBSD

libsys: don't try to expose yield

Description

libsys: don't try to expose yield

The undocumented yield system call has never been implemented via libc
or libsys (except accidentally for <15 minutes in 1998 between commits
abd529cebab9 and 0db2fac06ab7). Avoid trying to export it now to avoid
failures when linking with --no-undefined-version.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44236

Details

Provenance
brooksAuthored on Mar 7 2024, 1:01 AM
Reviewer
kib
Differential Revision
D44236: libsys: don't try to expose yield
Parents
rG39a15d747007: syscall(2): make i386 less of an outlier
Branches
Unknown
Tags
Unknown