diff options
Diffstat (limited to 'newlib/libc/sys/sysvi386/access.S')
-rw-r--r-- | newlib/libc/sys/sysvi386/access.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/newlib/libc/sys/sysvi386/access.S b/newlib/libc/sys/sysvi386/access.S deleted file mode 100644 index bf35891dc..000000000 --- a/newlib/libc/sys/sysvi386/access.S +++ /dev/null @@ -1,8 +0,0 @@ - .globl _access - .globl access -access: -_access: - movl $0x21, %eax - lcall $7, $0 - jb _cerror - ret |