mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-18 08:30:30 +00:00
Fix some issues and do some code cleanup
This commit is contained in:
parent
1f229e4efc
commit
312ed5c67c
72 changed files with 880 additions and 982 deletions
|
@ -2791,6 +2791,9 @@ UNIX MODULE
|
|||
unix.sigaction(unix.SIGALRM, MyOnSigAlrm, unix.SA_RESETHAND)
|
||||
unix.setitimer(unix.ITIMER_REAL, 0, 0, 1, 0)
|
||||
|
||||
`intns` needs to be on the interval `[0,1000000000)`
|
||||
`valuens` needs to be on the interval `[0,1000000000)`
|
||||
|
||||
unix.strsignal(sig:int) → str
|
||||
|
||||
Turns platform-specific `sig` code into its symbolic name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue