diff options
Diffstat (limited to 'libc/arch-arm/syscalls/__fcntl.S')
| -rw-r--r-- | libc/arch-arm/syscalls/__fcntl.S | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libc/arch-arm/syscalls/__fcntl.S b/libc/arch-arm/syscalls/__fcntl.S deleted file mode 100644 index 5479a0f..0000000 --- a/libc/arch-arm/syscalls/__fcntl.S +++ /dev/null @@ -1,16 +0,0 @@ -/* Generated by gensyscalls.py. Do not edit. */ - -#include <asm/unistd.h> -#include <linux/err.h> -#include <machine/asm.h> - -ENTRY(__fcntl) - mov ip, r7 - ldr r7, =__NR_fcntl - swi #0 - mov r7, ip - cmn r0, #(MAX_ERRNO + 1) - bxls lr - neg r0, r0 - b __set_errno -END(__fcntl) |
