Initial revision

This commit is contained in:
ceriel
1987-01-08 10:41:08 +00:00
parent 037c2426ab
commit c2805a25bd
54 changed files with 671 additions and 0 deletions

7
mach/i86/libsys/error.s Normal file
View File

@@ -0,0 +1,7 @@
.sect .text; .sect .rom; .sect .data; .sect .bss
.define _errno
.extern _errno
_errno:
.space 2
.sect .text