mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Fix a few reported issues
This commit is contained in:
parent
a259e43d84
commit
552525cbdd
4 changed files with 23 additions and 7 deletions
|
@ -1639,11 +1639,12 @@ UNIX MODULE
|
|||
`CLOCK_TAI`, `CLOCK_PROF`, `CLOCK_BOOTTIME`,
|
||||
`CLOCK_REALTIME_ALARM`, and `CLOCK_BOOTTIME_ALARM`,
|
||||
|
||||
unix.nanosleep(seconds, nanos) → remseconds, remnanos, errno:int
|
||||
unix.nanosleep(seconds:int[, nanos:int])
|
||||
→ remseconds:int, remnanos:int, errno:int
|
||||
|
||||
Sleeps with nanosecond precision.
|
||||
|
||||
unix.sync(fd:int)
|
||||
unix.sync()
|
||||
unix.fsync(fd:int) → rc:int[, errno:int]
|
||||
unix.fdatasync(fd:int) → rc:int[, errno:int]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue