Several fixes

This commit is contained in:
ceriel
1991-09-25 10:30:45 +00:00
parent 6827752584
commit 8bdfaed628
9 changed files with 29 additions and 33 deletions

View File

@@ -61,7 +61,6 @@ fchmod.s
fchown.s
fchroot.s
fcntl.s
fif.s
flock.s
fork.s
fstat.s

View File

@@ -1,6 +1,6 @@
.global _brk, __brk
_brk:
set __brk,%o7
jmp %o7
set __brk,%o0
jmp %o0
nop

View File

@@ -54,9 +54,9 @@ lino:
filn:
.word 0 ! filn
reghp:
.word _end
.word __end
limhp:
.word _end
.word __end
trppc:
.word 0
trpim:

View File

@@ -1,6 +1,6 @@
.global _sbrk, __sbrk
_sbrk:
set __sbrk,%o7
jmp %o7
set __sbrk,%o0
jmp %o0
nop

View File

@@ -56,7 +56,7 @@
#define SYS_getpgrp 81
#define SYS_setpgrp 82
#define SYS_setitimer 83
#define SYS_wait 84
#define SYS_wait4 84
#define SYS_swapon 85
#define SYS_getitimer 86
#define SYS_gethostname 87