Improved type system
This commit is contained in:
parent
c0ffddaba8
commit
2e3857622a
30 changed files with 132 additions and 85 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue