Initial revision

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

View File

@@ -0,0 +1,17 @@
#include "sys.h"
.globl _readlink
.globl _errno
_readlink:
mov 2(sp),r0
mov 4(sp),0f+2
mov 6(sp),0f+4
sys local; 0f
bec 1f
mov r0,_errno
mov $-1,r0
1:
rts pc
.data
0:
sys readlink; ..; ..