Implemented structs
This commit is contained in:
@ -22,8 +22,8 @@ munmap(address Pointer, length Int) -> Int {
|
||||
return syscall(11, address, length)
|
||||
}
|
||||
|
||||
nanosleep(timespec Pointer) -> Int {
|
||||
return syscall(35, timespec, 0)
|
||||
nanosleep(duration Pointer) -> Int {
|
||||
return syscall(35, duration, 0)
|
||||
}
|
||||
|
||||
clone(flags Int, stack Pointer) -> Int {
|
||||
|
Reference in New Issue
Block a user