aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-05-07 17:42:24 +0000
committerUlrich Drepper <drepper@redhat.com>2009-05-07 17:42:24 +0000
commit1765abb3093df210e30b4d06dd42c3a50c13a31a (patch)
tree31eb7ab25b7022573bb5b13a5dd7cd25cb91c736 /ChangeLog
parent115a53273470d80fd7f753c6f2cc318782d5c43b (diff)
downloadglibc-1765abb3093df210e30b4d06dd42c3a50c13a31a.zip
glibc-1765abb3093df210e30b4d06dd42c3a50c13a31a.tar.gz
glibc-1765abb3093df210e30b4d06dd42c3a50c13a31a.tar.bz2
* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0890030..1a86866 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-05 Jakub Jelinek <jakub@redhat.com>
+
+ * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
+ guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
+
2009-04-29 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12