mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update.
2000-12-05 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/mmap64.S: Use mmap if mmap2 isn't available.
This commit is contained in:
parent
cf3141a59d
commit
e22669a312
@ -1,3 +1,8 @@
|
||||
2000-12-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/s390/mmap64.S: Use mmap if mmap2 isn't
|
||||
available.
|
||||
|
||||
2000-12-05 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* nss/test-netdb.c: Mark local functions as static to avoid
|
||||
|
@ -77,7 +77,7 @@ ENTRY(__mmap64)
|
||||
brc 3,2f /* Carry -> EINVAL. */
|
||||
|
||||
la %r2,0x60(%r15) /* Load address of parameter list. */
|
||||
svc SYS_ify(mmap2) /* Do the system call trap. */
|
||||
svc SYS_ify(mmap) /* Do the system call trap. */
|
||||
|
||||
l %r15,0(%r15) /* Load back chain. */
|
||||
lm %r6,%r15,24(%r15) /* Load registers. */
|
||||
|
Loading…
Reference in New Issue
Block a user