aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d982f36..5a7169f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-01-05 Roland McGrath <roland@redhat.com>
+ * include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE when
+ it or _GNU_SOURCE is defined.
+ * io/fcntl.h: Protect *at and AT_* with [__USE_ATFILE] instead of
+ [__USE_GNU].
+ * libio/stdio.h: Likewise.
+ * posix/unistd.h: Likewise.
+ * time/sys/time.h: Likewise.
+
* io/sys/stat.h [__USE_GNU]: Declare fchmodat.
* io/fchmodat.c: New file.
* io/Makefile (routines): Add fchmodat.