* sysdeps/unix/sysv/linux/i386/fxstatat.c [XSTAT_IS_STAT64]
authorRoland McGrath <roland@gnu.org>
Wed, 1 Feb 2006 02:22:54 +0000 (02:22 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 1 Feb 2006 02:22:54 +0000 (02:22 +0000)
(__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.

ChangeLog
sysdeps/sparc/sparc64/jmpbuf-unwind.h
sysdeps/unix/sysv/linux/fxstatat.c
sysdeps/unix/sysv/linux/i386/fxstatat.c

index 93d6c26..7ed1c69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-01-31  Jakub Jelinek  <jakub@redhat.com>
+
+       * 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.
+
 2006-01-31  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/powerpc/fpu/libm-test-ulps: Update by Jakub.
index b7e327d..f7eed15 100644 (file)
@@ -18,7 +18,6 @@
    02111-1307 USA.  */
 
 #include <setjmp.h>
-#include <jmpbuf-offsets.h>
 #include <stdint.h>
 #include <unwind.h>
 
index c73037b..77debf7 100644 (file)
@@ -105,4 +105,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
index d982cfb..65fab51 100644 (file)
@@ -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