]> sourceware.org Git - glibc.git/commit
Mark internal unistd functions hidden in ld.so hjl/pr19122
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 14 Oct 2015 22:21:55 +0000 (15:21 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 20 Oct 2015 12:43:19 +0000 (05:43 -0700)
commitd9890b089cf106e22cff5053979ba78ec0376a72
tree4eff75641ab68b8072cfa57990ec55764a57260c
parent569475762b6e2caf8ffd253d48d27a9de7d5622d
Mark internal unistd functions hidden in ld.so

Since internal unistd functions are only used internally in ld.so and
libc.so, they can be made hidden.  Some functions can't be hidden in
ld.so on Hurd since they will be preempted by the ones in libc.so after
bootstrap.

[BZ #19122]
* include/unistd.h [IS_IN (rtld)]: Include <dl-unistd.h>.
* sysdeps/generic/dl-unistd.h: New file.
* sysdeps/mach/hurd/dl-unistd.h: Likewise.
include/unistd.h
sysdeps/generic/dl-unistd.h [new file with mode: 0644]
sysdeps/mach/hurd/dl-unistd.h [new file with mode: 0644]
This page took 0.041924 seconds and 5 git commands to generate.