glibc/resource
H.J. Lu dd3121df08 Hide internal __setrlimit function [BZ #18822]
Hide internal __setrlimit function to allow direct access within libc.so
and libc.a without using GOT nor PLT.

	[BZ #18822]
	* include/sys/resource.h (__setrlimit): Add libc_hidden_proto.
	* resource/setrlimit.c (__setrlimit): Add libc_hidden_def.
	* sysdeps/mach/hurd/setrlimit.c (__setrlimit): Likewise.
	* sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Likewise.
	* sysdeps/unix/sysv/linux/setrlimit64.c (__GI___setrlimit): New.
2017-10-01 17:46:54 -07:00
..
bits/types Define struct rusage in sys/wait.h when required (bug 21575). 2017-06-19 11:59:19 +00:00
sys Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Makefile Define struct rusage in sys/wait.h when required (bug 21575). 2017-06-19 11:59:19 +00:00
Versions Fix pthreads getrlimit, gettimeofday namespace (bug 17682). 2014-12-06 23:40:48 +00:00
bug-ulimit1.c * resource/Makefile (tests): Add bug-ulimit1. 2008-10-31 17:33:50 +00:00
getpriority.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getrlimit.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getrlimit64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
getrusage.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nice.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
setpriority.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
setrlimit.c Hide internal __setrlimit function [BZ #18822] 2017-10-01 17:46:54 -07:00
setrlimit64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst-getrlimit.c * resource/Makefile (tests): Add tst-getrlimit. 2005-06-21 19:09:12 +00:00
ulimit.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
ulimit.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
vlimit.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
vtimes.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00