diff options
Diffstat (limited to 'newlib/libc/sys/sysvi386/chmod.s')
-rw-r--r-- | newlib/libc/sys/sysvi386/chmod.s | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libc/sys/sysvi386/chmod.s b/newlib/libc/sys/sysvi386/chmod.s deleted file mode 100644 index ab5ef3d..0000000 --- a/newlib/libc/sys/sysvi386/chmod.s +++ /dev/null @@ -1,9 +0,0 @@ - .globl _chmod - .globl chmod -_chmod: -chmod: - movl $0xf, %eax - lcall $7,$0 - jb _cerror - xor %eax, %eax - ret |