mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
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:
parent
ad8d58c1fc
commit
beef95268f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user