Improved error handling for struct types
This commit is contained in:
parent
8357aefc01
commit
b2030c506c
5 changed files with 22 additions and 9 deletions
|
@ -13,7 +13,7 @@ accept(fd Int, address Pointer, length Int) -> Int {
|
|||
return syscall(43, fd, address, length)
|
||||
}
|
||||
|
||||
bind(fd Int, address Pointer, length Int) -> Int {
|
||||
bind(fd Int, address *sockaddr_in, length Int) -> Int {
|
||||
return syscall(49, fd, address, length)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue