ack/plat/pdpv7/libsys/getuid.s

13 lines
122 B
ArmAsm
Raw Normal View History

1987-01-07 17:13:41 +00:00
#include "sys.h"
1987-05-14 17:45:41 +00:00
.define _getuid
.define _geteuid
1987-01-07 17:13:41 +00:00
_getuid:
sys getuid
rts pc
_geteuid:
sys getuid
mov r1,r0
rts pc