]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 20 Feb 2000 18:05:29 +0000 (18:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 20 Feb 2000 18:05:29 +0000 (18:05 +0000)
2000-02-20  Philip Blundell  <philb@gnu.org>

* sysdeps/unix/sysv/linux/arm/mmap64.S: Fix off by one error.

ChangeLog
sysdeps/unix/sysv/linux/arm/mmap64.S

index 88865ea558b33d5e4bb5e20f07e84d5486330e23..272f0105e1dd7e68577f50fddbc76380e9af8a9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-20  Philip Blundell  <philb@gnu.org>
+
+       * sysdeps/unix/sysv/linux/arm/mmap64.S: Fix off by one error.
+
 2000-02-20  Ulrich Drepper  <drepper@redhat.com>
 
        * sunrpc/rpc_main.c (checkfiles): Add comment to help translators.
index 904c56404df48dd3f8916a6a50e0867307e1d711..57b1d8ace2be2b2d83c6dbe96e88789d1382ae1e 100644 (file)
@@ -39,7 +39,7 @@ ENTRY (__mmap64)
        swi     SYS_ify (mmap2)
        cmn     r0, $4096
        LOADREGS(ccfd, sp!, {r4, r5, pc})
-       cmn     r0, $(ENOSYS - 1)
+       cmn     r0, $ENOSYS
        ldmnefd sp!, {r4, r5, lr}
        bne     PLTJMP(syscall_error)
        /* The current kernel does not support mmap2.  Fall back to plain
This page took 0.055383 seconds and 5 git commands to generate.