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

index 5f2bab710205146c22d6c9aec75c36ddbba48228..376f85343c50a8ddec72497cd4f3d13bcf3509b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,7 +27,6 @@
        define fstatat to fstatat64.
        (fstatat64): Only provide prototype if __USE_LARGEFILE64,
        similarly with the inline.
-       * io/fcntl.h (openat64): Only provide prototype if __USE_LARGEFILE64.
 
 2005-11-17  Steven Munroe  <sjmunroe@us.ibm.com>
 
index 313540f96f08aeec2e89457b47b5ae07b2c53e53..8e13d33dcc91c1e49d91b004bcd42bb9524df41a 100644 (file)
@@ -114,10 +114,8 @@ extern int __REDIRECT (openat, (int __fd, __const char *__file, int __oflag,
 #  endif
 # endif
 
-# ifdef __USE_LARGEFILE64
 extern int openat64 (int __fd, __const char *__file, int __oflag, ...)
      __nonnull ((2));
-# endif
 #endif
 
 /* Create and open FILE, with mode MODE.  This takes an `int' MODE