diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-01 02:22:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-01 02:22:54 +0000 |
commit | d22429909099d9cae79b946ed878c484b0d97fbf (patch) | |
tree | c988f31265981ed9e34f7533b6537ba836afc9aa /sysdeps/unix/sysv/linux/i386/fxstatat.c | |
parent | d700bc13fd01b1eb2873a75b510e11acac68ecac (diff) | |
download | glibc-d22429909099d9cae79b946ed878c484b0d97fbf.tar.gz glibc-d22429909099d9cae79b946ed878c484b0d97fbf.tar.xz glibc-d22429909099d9cae79b946ed878c484b0d97fbf.zip |
* sysdeps/unix/sysv/linux/i386/fxstatat.c [XSTAT_IS_STAT64]
(__fxstatat64): Add libc_hidden_ver. * sysdeps/unix/sysv/linux/fxstatat.c [XSTAT_IS_STAT64] (__fxstatat64): Likewise. * sysdeps/sparc/sparc64/jmpbuf-unwind.h: Remove jmpbuf-offsets.h include.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/fxstatat.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/fxstatat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/fxstatat.c b/sysdeps/unix/sysv/linux/i386/fxstatat.c index d982cfb454..65fab5179c 100644 --- a/sysdeps/unix/sysv/linux/i386/fxstatat.c +++ b/sysdeps/unix/sysv/linux/i386/fxstatat.c @@ -149,4 +149,5 @@ __fxstatat (int vers, int fd, const char *file, struct stat *st, int flag) #ifdef XSTAT_IS_XSTAT64 # undef __fxstatat64 strong_alias (__fxstatat, __fxstatat64); +libc_hidden_ver (__fxstatat, __fxstatat64) #endif |