2000-02-20  Philip Blundell  <philb@gnu.org>

	* sysdeps/unix/sysv/linux/arm/mmap64.S: Fix off by one error.
This commit is contained in:
Ulrich Drepper 2000-02-20 18:05:29 +00:00
parent ad8d58c1fc
commit beef95268f
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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