aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-08 23:48:24 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-08 23:48:24 +0000
commitd587d83bd9825c431456774321bfd0d5eabe7fee (patch)
tree26a083c0bf27e914ae70e4e8a03e62b0f52c8c9d /ChangeLog
parent49f2be5b0eea30507a77e9467d0ef2c697953bca (diff)
downloadglibc-d587d83bd9825c431456774321bfd0d5eabe7fee.tar
glibc-d587d83bd9825c431456774321bfd0d5eabe7fee.tar.gz
glibc-d587d83bd9825c431456774321bfd0d5eabe7fee.tar.bz2
glibc-d587d83bd9825c431456774321bfd0d5eabe7fee.zip
Update.
* sysdeps/unix/sysv/linux/getrlimit.c: Remove K&R compatibility. * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_TRUNCATE64_SYSCALL and __ASSUME_MMAP2_SYSCALL for 2.3.31 on x86. * sysdeps/unix/sysv/linux/ftruncate64.c: New file. * sysdeps/unix/sysv/linux/truncate64.c: New file. * sysdeps/unix/sysv/linux/i386/mmap.S: Allow using mmap2. * sysdeps/unix/sysv/linux/i386/mmap64.S: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89888a6fc2..e98be9ae49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1999-12-08 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/unix/sysv/linux/getrlimit.c: Remove K&R compatibility.
+
+ * sysdeps/unix/sysv/linux/kernel-features.h: Define
+ __ASSUME_TRUNCATE64_SYSCALL and __ASSUME_MMAP2_SYSCALL for 2.3.31
+ on x86.
+ * sysdeps/unix/sysv/linux/ftruncate64.c: New file.
+ * sysdeps/unix/sysv/linux/truncate64.c: New file.
+ * sysdeps/unix/sysv/linux/i386/mmap.S: Allow using mmap2.
+ * sysdeps/unix/sysv/linux/i386/mmap64.S: New file.
+
* ctype/Versions: Add __ctype32_tolower and __ctype32_toupper.
* ctype/ctype-info.c: Define __ctype32_tolower and __ctype32_toupper.
* locale/C-ctype.c: Add _nl_C_LC_CTYPE_toupper32 and