]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libc: link libsys as a auxiliary filter library
authorBrooks Davis <brooks@FreeBSD.org>
Wed, 15 Nov 2023 23:35:16 +0000 (23:35 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Mon, 5 Feb 2024 20:34:56 +0000 (20:34 +0000)
commit0d4f7723bc43e06ca22025740cb826a7f282ea11
tree72342e493328e5a32427a376a330dfc32292ffac
parentef9871c6205c158b16ee23702d2b8c043debc51a
libc: link libsys as a auxiliary filter library

At runtime, when rtld loads libc it will also load libsys.  For each
symbol that is present in both, the libsys one will override the libc
one.  It continues to be the case that program need only link against
libc (usually implicitly).  The linkage to libsys is automatic.

Reviewed by: kib, emaste, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/908
Makefile.inc1
UPDATING
lib/Makefile
lib/libc/Makefile
share/mk/src.libnames.mk