Page MenuHomeFreeBSD

libsys: don't try to expose yield
ClosedPublic

Authored by brooks on Mar 5 2024, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 6:21 PM
Unknown Object (File)
Sat, Nov 9, 6:21 PM
Unknown Object (File)
Sat, Nov 9, 6:21 PM
Unknown Object (File)
Wed, Nov 6, 8:26 AM
Unknown Object (File)
Sat, Nov 2, 9:04 AM
Unknown Object (File)
Sat, Oct 19, 9:07 AM
Unknown Object (File)
Oct 5 2024, 9:39 AM
Unknown Object (File)
Oct 4 2024, 1:17 PM
Subscribers

Details

Summary

The undocumented yield system call has never been exposed 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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable