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)
Sat, May 4, 1:22 PM
Unknown Object (File)
Fri, Apr 26, 12:17 PM
Unknown Object (File)
Mon, Apr 22, 11:08 PM
Unknown Object (File)
Mon, Apr 22, 3:57 AM
Unknown Object (File)
Fri, Apr 19, 2:03 PM
Unknown Object (File)
Apr 12 2024, 3:38 AM
Unknown Object (File)
Apr 10 2024, 4:57 AM
Unknown Object (File)
Apr 5 2024, 1:32 PM
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.Mon, Apr 22, 8:30 PM
This revision was automatically updated to reflect the committed changes.