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:
Andreas Jaeger 2000-12-05 09:29:23 +00:00
parent cf3141a59d
commit e22669a312
2 changed files with 53 additions and 48 deletions

View File

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

View File

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