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)
Fri, Nov 22, 12:48 PM
Unknown Object (File)
Mon, Nov 18, 11:30 PM
Unknown Object (File)
Mon, Nov 18, 11:27 PM
Unknown Object (File)
Mon, Nov 18, 11:27 PM
Unknown Object (File)
Mon, Nov 18, 6:32 AM
Unknown Object (File)
Wed, Nov 13, 11:27 PM
Unknown Object (File)
Oct 3 2024, 9:56 PM
Unknown Object (File)
Oct 2 2024, 9:09 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.Apr 22 2024, 8:30 PM
This revision was automatically updated to reflect the committed changes.