mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
Hide internal __new_getrlimit function [BZ #18822]
Hide internal __new_getrlimit function to allow direct access within libc.so and libc.a without using GOT nor PLT. [BZ #18822] * sysdeps/unix/sysv/linux/getrlimit64.c (__new_getrlimit): Add attribute_hidden.
This commit is contained in:
parent
bde06c87b7
commit
0e7d5b6e24
@ -1,3 +1,9 @@
|
||||
2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
[BZ #18822]
|
||||
* sysdeps/unix/sysv/linux/getrlimit64.c (__new_getrlimit): Add
|
||||
attribute_hidden.
|
||||
|
||||
2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
[BZ #18822]
|
||||
|
@ -53,7 +53,8 @@ weak_alias (__getrlimit64, getrlimit)
|
||||
|
||||
#if SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_2)
|
||||
/* Back compatible 2GiB limited rlimit. */
|
||||
extern int __new_getrlimit (enum __rlimit_resource, struct rlimit *);
|
||||
extern int __new_getrlimit (enum __rlimit_resource, struct rlimit *)
|
||||
attribute_hidden;
|
||||
|
||||
int
|
||||
attribute_compat_text_section
|
||||
|
Loading…
x
Reference in New Issue
Block a user