diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-03-02 09:06:20 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-03-02 09:06:20 +0000 |
commit | 4a22fa60cd42eba5ab1931547be33f7764ef6f73 (patch) | |
tree | bf57a7c7809c17153a9d680ebf8c6e4dd553cd64 /sysdeps/unix/sysv/linux | |
parent | a07552b6e042c28f925c6df06a1849f734975ea2 (diff) |
Updated to fedora-glibc-20060302T0855
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/fxstatat.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/fxstatat.c b/sysdeps/unix/sysv/linux/i386/fxstatat.c index b077435553..94f6e81186 100644 --- a/sysdeps/unix/sysv/linux/i386/fxstatat.c +++ b/sysdeps/unix/sysv/linux/i386/fxstatat.c @@ -172,5 +172,5 @@ libc_hidden_def (__fxstatat) #ifdef XSTAT_IS_XSTAT64 # undef __fxstatat64 strong_alias (__fxstatat, __fxstatat64); -libc_hidden_def (__fxstatat64) +libc_hidden_ver (__fxstatat, __fxstatat64) #endif diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h index fc80c9ff86..9ddec8e041 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h +++ b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h @@ -268,7 +268,7 @@ register unsigned long gpr6 asm ("6") = (unsigned long)(arg5); #define DECLARGS_6(arg1, arg2, arg3, arg4, arg5, arg6) \ DECLARGS_5(arg1, arg2, arg3, arg4, arg5) \ - register unsigned long gpr6 asm ("7") = (unsigned long)(arg6); + register unsigned long gpr7 asm ("7") = (unsigned long)(arg6); #define ASMFMT_0 #define ASMFMT_1 , "0" (gpr2) |