aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-20 10:32:08 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-20 10:32:08 +0000
commit48f936a240d666d8adaa342abb7c289dafb1ec03 (patch)
tree4a2e28d5605f6910593af47cba7de20f6a8f70e8 /ChangeLog
parent1561bf636d195795688e81b19fd42cdc2f5e6975 (diff)
downloadglibc-48f936a240d666d8adaa342abb7c289dafb1ec03.tar
glibc-48f936a240d666d8adaa342abb7c289dafb1ec03.tar.gz
glibc-48f936a240d666d8adaa342abb7c289dafb1ec03.tar.bz2
glibc-48f936a240d666d8adaa342abb7c289dafb1ec03.zip
Update.
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB. * sysdeps/unix/sysv/linux/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise. Patch by William Lee Irwin <wli@holomorphy.com>. 2002-12-20 Andreas Schwab <schwab@suse.de> * locale/programs/ld-measurement.c (measurement_output): Fix index calculation. 2002-12-20 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 227655be5f..81056fb20f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2002-12-20 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
+ * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
+ * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
+ * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
+ * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
+ Patch by William Lee Irwin <wli@holomorphy.com>.
+
+2002-12-20 Andreas Schwab <schwab@suse.de>
+
+ * locale/programs/ld-measurement.c (measurement_output): Fix
+ index calculation.
+
+2002-12-20 Ulrich Drepper <drepper@redhat.com>
+
* include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
Redefine _IO_flockifle and _IO_funlockfile as inlines.