*** empty log message ***

This commit is contained in:
em
1985-07-26 12:51:45 +00:00
parent 901520e90a
commit 36594308d3
63 changed files with 1214 additions and 0 deletions

19
mach/ns/libsys/setuid.s Normal file
View File

@@ -0,0 +1,19 @@
.define _setuid
.extern _setuid
.text
_setuid:
enter[], 0
movd 8(fp),tos
movd 23,tos
jsr @.mon
cmpqd 0,tos
bne I0011
movd 0,r4
exit []
ret 0
I0011:
movd tos,r7
movd r7,@_errno
movd -1,r4
exit []
ret 0