Fixed incorrect const values
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
read(fd int, buffer *any, length int) -> int {
|
||||
read(fd int, buffer *byte, length int) -> int {
|
||||
return syscall(0x2000003, fd, buffer, length)
|
||||
}
|
||||
|
||||
write(fd int, buffer *any, length int) -> int {
|
||||
write(fd int, buffer *byte, length int) -> int {
|
||||
return syscall(0x2000004, fd, buffer, length)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user