mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Hide internal __sysinfo function [BZ #18822]
Hide internal __sysinfo function to allow direct access within libc.so and libc.a without using GOT nor PLT. [BZ #18822] * sysdeps/unix/sysv/linux/include/sys/sysinfo.h (__sysinfo): Add attribute_hidden.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
# ifndef _ISOMAC
|
||||
|
||||
extern __typeof (sysinfo) __sysinfo __THROW;
|
||||
extern __typeof (sysinfo) __sysinfo __THROW attribute_hidden;
|
||||
|
||||
# endif /* _ISOMAC */
|
||||
#endif /* sys/sysinfo.h */
|
||||
|
Reference in New Issue
Block a user