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)
Mon, Dec 2, 1:51 AM
Unknown Object (File)
Fri, Nov 29, 1:06 AM
Unknown Object (File)
Sat, Nov 23, 2:39 AM
Unknown Object (File)
Thu, Nov 14, 5:39 PM
Unknown Object (File)
Thu, Nov 14, 6:36 AM
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
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