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, Oct 4, 2:26 PM
Unknown Object (File)
Wed, Sep 24, 6:46 PM
Unknown Object (File)
Sep 15 2025, 3:31 AM
Unknown Object (File)
Sep 14 2025, 5:56 AM
Unknown Object (File)
Sep 14 2025, 5:56 AM
Unknown Object (File)
Sep 14 2025, 5:56 AM
Unknown Object (File)
Sep 14 2025, 12:53 AM
Unknown Object (File)
Sep 10 2025, 9: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