Retro68/gcc/newlib/libc/sys/sysvi386/setgid.S

10 lines
111 B
ArmAsm
Raw Normal View History

.globl _setgid
.globl setgid
_setgid:
setgid:
movl $0x2e, %eax
lcall $7,$0
jb _cerror
xor %eax,%eax
ret