From: Ulrich Drepper Date: Fri, 18 Nov 2005 00:17:40 +0000 (+0000) Subject: . X-Git-Tag: cvs/fedora-glibc-20051119T1959~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=776356486d4d53c965e6c9613bb7c51d44891dec;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 5f2bab71020..376f85343c5 100644 --- 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 diff --git a/io/fcntl.h b/io/fcntl.h index 313540f96f0..8e13d33dcc9 100644 --- a/io/fcntl.h +++ b/io/fcntl.h @@ -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