This commit is contained in:
parent
adfcd4b60c
commit
9b51680af5
8 changed files with 202 additions and 0 deletions
3
lib/os/os_linux.q
Normal file
3
lib/os/os_linux.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
write(fd int, buffer *byte, length int) -> int {
|
||||
return syscall(1, fd, buffer, length)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue