Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates committed in 2016 | H.J. Lu | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | Mark ld.so internal mmap functions hidden in ld.so | H.J. Lu | 2016-01-06 | 1 | -0/+23 |
Since ld.so internal mmap functions are only used internally in ld.so, they can be made hidden. Don't hide __mmap on Hurd, since __mmap in ld.so will be preempted by the one in libc.so after bootstrap. [BZ #19122] * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>. * sysdeps/generic/dl-mman.h: New file. * sysdeps/mach/hurd/dl-mman.h: Likewise. |