This commit is contained in:
parent
2b703e9af2
commit
70c2da4a4d
40 changed files with 821 additions and 117 deletions
|
@ -1,3 +1,3 @@
|
|||
write(buffer []byte) -> (written int) {
|
||||
return syscall(1, 0, buffer, len(buffer))
|
||||
return syscall(1, 1, buffer, len(buffer))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue