Page MenuHomeFreeBSD

libsys: don't try to expose yield
ClosedPublic

Authored by brooks on Mar 5 2024, 9:49 PM.
Tags
None
Referenced Files
F152954329: D44236.id135426.diff
Sat, Apr 18, 7:33 AM
F152953862: D44236.id135485.diff
Sat, Apr 18, 7:30 AM
F152944279: D44236.diff
Sat, Apr 18, 5:55 AM
Unknown Object (File)
Fri, Apr 17, 1:35 AM
Unknown Object (File)
Mon, Apr 13, 9:17 AM
Unknown Object (File)
Fri, Apr 10, 12:38 AM
Unknown Object (File)
Thu, Apr 9, 10:28 PM
Unknown Object (File)
Tue, Apr 7, 8:51 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