diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-17 18:45:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-17 18:45:19 +0000 |
commit | f5ef7558c7c50cc2a73e09a0f0d1a229e7db0ea8 (patch) | |
tree | 8bd7a715a40693fd0ed9a191b38b7de748caea3f /ChangeLog | |
parent | b9b178acee8a965154399fffaf505b15c1ab21cb (diff) | |
download | glibc-f5ef7558c7c50cc2a73e09a0f0d1a229e7db0ea8.tar glibc-f5ef7558c7c50cc2a73e09a0f0d1a229e7db0ea8.tar.gz glibc-f5ef7558c7c50cc2a73e09a0f0d1a229e7db0ea8.tar.bz2 glibc-f5ef7558c7c50cc2a73e09a0f0d1a229e7db0ea8.zip |
Update.
2000-03-16 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.
* sysdeps/unix/sysv/linux/madvise.c: Remove.
* sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags
from latest Linux kernel.
* sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-03-16 Andreas Jaeger <aj@suse.de> + + * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore. + + * sysdeps/unix/sysv/linux/madvise.c: Remove. + + * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags + from latest Linux kernel. + * sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise. + 2000-03-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit |