Improved type system
This commit is contained in:
@ -22,7 +22,7 @@ munmap(address Pointer, length Int) -> Int {
|
||||
return syscall(11, address, length)
|
||||
}
|
||||
|
||||
clone(flags Int, stack Pointer) -> ThreadID {
|
||||
clone(flags Int, stack Pointer) -> Int {
|
||||
return syscall(56, flags, stack)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user