Remove mmap64 alias.

Optimise error handling a little.
This commit is contained in:
Ulrich Drepper 2000-01-03 23:20:42 +00:00
parent 7aacf7acd5
commit 51e2a98075

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1998 Free Software Foundation, Inc.
/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -47,10 +47,9 @@ ENTRY (__mmap)
add sp, sp, #16
cmn r0, $4096
bhs PLTJMP(syscall_error);
ret
RETINSTR(movcc, pc, lr)
b PLTJMP(syscall_error);
PSEUDO_END (__mmap)
weak_alias (__mmap, mmap)
weak_alias (__mmap, mmap64)