Page MenuHomeFreeBSD

libsys/arm: make vfork less of an outlier
ClosedPublic

Authored by brooks on Mar 12 2024, 9:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 27, 2:08 AM
Unknown Object (File)
Fri, May 24, 6:01 PM
Unknown Object (File)
Sun, May 19, 5:57 AM
Unknown Object (File)
Sun, May 19, 5:57 AM
Unknown Object (File)
Sat, May 4, 1:22 PM
Unknown Object (File)
Apr 26 2024, 12:17 PM
Unknown Object (File)
Apr 22 2024, 11:08 PM
Unknown Object (File)
Apr 22 2024, 3:57 AM
Subscribers

Details

Summary

Following the pattern of other architectures, make __sys_vfork the main
symbol and _vfork and vfork weak aliases. This avoids the need to
special case vfork in the generated list of symbols.

Diff Detail

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

Event Timeline

I can verify that this results in the right change to the symbol list, but I'm not in a position to test it easily.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 22 2024, 8:30 PM
This revision was automatically updated to reflect the committed changes.