summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-10-14 13:42:37 +0000
committerUlrich Drepper <drepper@redhat.com>2005-10-14 13:42:37 +0000
commit93c6cb8b8d5c48944c82243b82713e97fd13dc17 (patch)
tree12bf1bb9552ccd3a4d721a4823e2f66cdd5cee38 /ChangeLog
parent6cebdfd8f320318ad5b32d2905711cd7ec020cd6 (diff)
[BZ #1458]
2005-10-14 Ulrich Drepper <drepper@redhat.com> [BZ #1458] * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MREMAP_FIXED. * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise. * misc/sys/mman.h: Add ellipsis after last parameter of mremap and adjust leading comment. * sysdeps/unix/sysv/linux/syscalls.list: Add pointer parameter to mremap syscall.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 171a4bc861..9c9ac3040a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-10-14 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #1458]
+ * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MREMAP_FIXED.
+ * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
+ * misc/sys/mman.h: Add ellipsis after last parameter of mremap and
+ adjust leading comment.
+ * sysdeps/unix/sysv/linux/syscalls.list: Add pointer parameter to
+ mremap syscall.
+
2005-10-13 Ulrich Drepper <drepper@redhat.com>
[BZ #1405]