]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libsys/arm: make vfork less of an outlier
authorBrooks Davis <brooks@FreeBSD.org>
Mon, 22 Apr 2024 19:13:35 +0000 (20:13 +0100)
committerBrooks Davis <brooks@FreeBSD.org>
Mon, 22 Apr 2024 20:28:51 +0000 (21:28 +0100)
commit80ffc7398b8302b2d54d783d8349e54d877a4250
tree5a2ca5e8a2dc19abf5a7f761af4e846b14381c92
parent5ffb5c849c86fbc300e2b35bb9ee42997c3535e7
libsys/arm: make vfork less of an outlier

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.

Differential Revision: https://reviews.freebsd.org/D44330
lib/libsys/arm/vfork.S