summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-17 21:32:27 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-17 21:32:27 +0000
commitc6f688a090909c9865340460fd64e2e59c33be05 (patch)
treeb071e645b3837dda4a592a1a792a1c7319faaeb8 /ChangeLog
parent8ce9ea74cc2a6ce6fdafac0e0829b1bc93788143 (diff)
* 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. * io/fcntl.h (openat64): Only provide prototype if __USE_LARGEFILE64.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3921fbc58..bb93ff2a17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-17 Jakub Jelinek <jakub@redhat.com>
+
+ * 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.
+ * io/fcntl.h (openat64): Only provide prototype if __USE_LARGEFILE64.
+
2005-11-17 Steven Munroe <sjmunroe@us.ibm.com>
[BZ #1877]