diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-29 22:23:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-29 22:23:14 +0000 |
commit | 28f532c89a76ef8ca50a8e3fbdc71894b4e97278 (patch) | |
tree | 6fcc16a196989ebefc0520e00746d0395463ff1e /ChangeLog | |
parent | a7c5324235173ba00a3b4bb5eca947616beb99c9 (diff) | |
download | glibc-28f532c89a76ef8ca50a8e3fbdc71894b4e97278.tar.gz glibc-28f532c89a76ef8ca50a8e3fbdc71894b4e97278.tar.xz glibc-28f532c89a76ef8ca50a8e3fbdc71894b4e97278.zip |
Update.
2003-09-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __extension__ as well to cover using long long in C90.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 197b9828b9..15dbd586d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-29 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __extension__ as + well to cover using long long in C90. + 2003-09-28 Alfred M. Szmidt <ams@kemisten.nu> * sysdeps/mach/hurd/bits/libc-lock.h (__libc_cleanup_pop): |