Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/i386/fxstatat.c [XSTAT_IS_STAT64]
Browse files Browse the repository at this point in the history
	(__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.
  • Loading branch information
Roland McGrath committed Feb 1, 2006
1 parent d700bc1 commit d224299
Showing 4 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
1 change: 0 additions & 1 deletion sysdeps/sparc/sparc64/jmpbuf-unwind.h
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@
02111-1307 USA. */

#include <setjmp.h>
#include <jmpbuf-offsets.h>
#include <stdint.h>
#include <unwind.h>

1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/fxstatat.c
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/i386/fxstatat.c
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d224299

Please sign in to comment.