diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 13:42:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 13:42:37 +0000 |
commit | 93c6cb8b8d5c48944c82243b82713e97fd13dc17 (patch) | |
tree | 12bf1bb9552ccd3a4d721a4823e2f66cdd5cee38 /ChangeLog | |
parent | 6cebdfd8f320318ad5b32d2905711cd7ec020cd6 (diff) | |
download | glibc-93c6cb8b8d5c48944c82243b82713e97fd13dc17.zip glibc-93c6cb8b8d5c48944c82243b82713e97fd13dc17.tar.gz glibc-93c6cb8b8d5c48944c82243b82713e97fd13dc17.tar.bz2 |
[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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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] |