mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* 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.
This commit is contained in:
parent
d700bc13fd
commit
d224299090
10
ChangeLog
10
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.
|
||||
|
@ -18,7 +18,6 @@
|
||||
02111-1307 USA. */
|
||||
|
||||
#include <setjmp.h>
|
||||
#include <jmpbuf-offsets.h>
|
||||
#include <stdint.h>
|
||||
#include <unwind.h>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user