diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-08-04 20:09:21 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-08-04 20:09:21 +0000 |
commit | 9accc268ff459da548caa2a280d488fbcc4682a4 (patch) | |
tree | 4e891465c604cd31f54cb5d4ae7edb8cc8a9e21b /ChangeLog | |
parent | c8ccd8e3a2a90e1478b856aee8fd18a2a3852682 (diff) | |
download | glibc-9accc268ff459da548caa2a280d488fbcc4682a4.tar glibc-9accc268ff459da548caa2a280d488fbcc4682a4.tar.gz glibc-9accc268ff459da548caa2a280d488fbcc4682a4.tar.bz2 glibc-9accc268ff459da548caa2a280d488fbcc4682a4.zip |
* io/bits/fcntl2.h (open, open64, openat, openat64): Add
__extension__ around the whole statement expression.
2007-08-04 Jakub Jelinek <jakub@redhat.com>
* io/bits/fcntl2.h (open, open64, openat, openat64): Add
__extension__ around the whole statement expression.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-08-04 Jakub Jelinek <jakub@redhat.com> + + * io/bits/fcntl2.h (open, open64, openat, openat64): Add + __extension__ around the whole statement expression. + 2007-08-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR |