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 1, 2:21 PM
Unknown Object (File)
Mon, Oct 27, 11:18 PM
Unknown Object (File)
Mon, Oct 27, 7:14 AM
Unknown Object (File)
Mon, Oct 27, 2:15 AM
Unknown Object (File)
Sun, Oct 26, 1:57 AM
Unknown Object (File)
Sat, Oct 25, 4:20 PM
Unknown Object (File)
Sat, Oct 25, 2:44 AM
Unknown Object (File)
Oct 4 2025, 2:26 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