diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-07 17:42:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-07 17:42:24 +0000 |
commit | 1765abb3093df210e30b4d06dd42c3a50c13a31a (patch) | |
tree | 31eb7ab25b7022573bb5b13a5dd7cd25cb91c736 /ChangeLog | |
parent | 115a53273470d80fd7f753c6f2cc318782d5c43b (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |