From 5e087c7152841153da9c696df8596684e359c755 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 1 Jul 2000 05:19:18 +0000 Subject: Update. * assert/Depend: Add localedata. * assert/Makefile (test-assert-ENV): New. Define LANGUAGE=C. (test-assert-perr-ENV): New. Define LANGUAGE=C. * sysdeps/alpha/dl-machine.h (elf_machine_rela) [r_type == R_ALPHA_REFQUAD]: Use memcpy to load and store value from relocation address to prevent unaligned trap. Suggested by Richard Henderson . 2000-06-30 Jakub Jelinek * io/sys/stat.h (stat64, lstat64, fstat64): Don't define inlines if redirecting and either redirection is done using defines or not optimizing. 2000-06-30 Ulrich Drepper --- io/sys/stat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'io/sys/stat.h') diff --git a/io/sys/stat.h b/io/sys/stat.h index d8d8620198..7a8c8b3e1e 100644 --- a/io/sys/stat.h +++ b/io/sys/stat.h @@ -360,7 +360,9 @@ extern __inline__ int mknod (__const char *__path, __mode_t __mode, } # endif -# ifdef __USE_LARGEFILE64 +# if defined __USE_LARGEFILE64 \ + && (! defined __USE_FILE_OFFSET64 \ + || (defined __REDIRECT && defined __OPTIMIZE__)) extern __inline__ int stat64 (__const char *__path, struct stat64 *__statbuf) __THROW { -- cgit v1.2.3