Improved type system
This commit is contained in:
examples
lib
log
mem
sys
fs_linux.qio_linux.qio_mac.qio_windows.qmem_linux.qmem_mac.qmem_windows.qnet_linux.qnet_mac.qproc_linux.qproc_mac.q
thread
src
core
errors
types
tests
@ -10,7 +10,7 @@ socket(family Int, type Int, protocol Int) -> Int {
|
||||
return syscall(0x2000061, family, type, protocol)
|
||||
}
|
||||
|
||||
accept(fd Int, address Pointer, length Int) -> Int {
|
||||
accept(fd Int, address *Any, length Int) -> Int {
|
||||
return syscall(0x200001E, fd, address, length)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user