*** empty log message ***
This commit is contained in:
20
mach/ns/libsys/fstat.s
Normal file
20
mach/ns/libsys/fstat.s
Normal file
@@ -0,0 +1,20 @@
|
||||
.define _fstat
|
||||
.extern _fstat
|
||||
.text
|
||||
_fstat:
|
||||
enter[], 0
|
||||
movd 12(fp),tos
|
||||
movd 8(fp),tos
|
||||
movd 28,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
|
||||
Reference in New Issue
Block a user