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