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.
Details
Details
- Reviewers
andrew - Group Reviewers
ARM - Commits
- rG80ffc7398b83: libsys/arm: make vfork less of an outlier
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 56565 Build 53453: arc lint + arc unit
Event Timeline
Comment Actions
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.