Initial revision

This commit is contained in:
ceriel
1987-01-07 17:13:41 +00:00
parent be68581019
commit 18376b38cf
84 changed files with 1511 additions and 0 deletions

18
mach/pdp/libsys/fstat.s Normal file
View File

@@ -0,0 +1,18 @@
#include "sys.h"
.globl _fstat
.globl _errno
_fstat:
mov 2(sp),r0
mov 4(sp),0f+2
sys indir; 0f
bec 1f
mov r0,_errno
mov $-1,r0
rts pc
1:
clr r0
rts pc
.data
0:
sys fstat; ..