]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
.
authorUlrich Drepper <drepper@redhat.com>
Fri, 18 Nov 2005 00:31:58 +0000 (00:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 18 Nov 2005 00:31:58 +0000 (00:31 +0000)
ChangeLog
io/sys/stat.h

index 376f85343c50a8ddec72497cd4f3d13bcf3509b1..0b04f840d4a6bd1e522fe4781b8c933b07572d3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,8 +25,6 @@
 
        * io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined,
        define fstatat to fstatat64.
-       (fstatat64): Only provide prototype if __USE_LARGEFILE64,
-       similarly with the inline.
 
 2005-11-17  Steven Munroe  <sjmunroe@us.ibm.com>
 
index 7221b4e7be8a83fe00ce7d15847c897de5b34852..03152990e76af73675510510a9965f4ad9ea3c48 100644 (file)
@@ -245,10 +245,8 @@ extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__file,
 #  endif
 # endif
 
-# ifdef __USE_LARGEFILE64
 extern int fstatat64 (int __fd, __const char *__file, struct stat64 *__buf,
                      int __flag) __THROW __nonnull ((2, 3));
-# endif
 #endif
 
 #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED