aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-25 18:23:57 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-25 18:23:57 +0000
commitb0af120fd01e10653256c6f949b930d72f0fd2a1 (patch)
tree2f5640b5bda3cdcd972328d7a4fa118ca9578467 /ChangeLog
parent1bc777b883b5d3631f97d5c1ccfa7fca20b6a48f (diff)
downloadglibc-b0af120fd01e10653256c6f949b930d72f0fd2a1.tar
glibc-b0af120fd01e10653256c6f949b930d72f0fd2a1.tar.gz
glibc-b0af120fd01e10653256c6f949b930d72f0fd2a1.tar.bz2
glibc-b0af120fd01e10653256c6f949b930d72f0fd2a1.zip
Update.
* sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL even if bits 10 a 11 are non-zero. * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3267ddb64d..372c3cb218 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2000-08-25 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL
+ even if bits 10 a 11 are non-zero.
+ * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64): Likewise.
+
* Makeconfig: Ensures the soversions.mk part of Makefile gets
included before building gnu/lib-names.h
Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.