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 88865ea..272f010 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 904c564..57b1d8a 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