mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Improve quality of our ANSI C clock() function
It now works most excellently across all supported operating sytsems (earlier it didn't work on NT and XNU). Demo code is available in examples/clock.c and this change also adds some of the newer ANSI C time functions like timespec_get(), plus timespec_getres() which hasn't even come out yet as it's C23
This commit is contained in:
parent
7ff0ea8c13
commit
12d9e1e128
24 changed files with 254 additions and 76 deletions
|
@ -1615,8 +1615,6 @@ syscon iff IFF_MASTER 0x0400 0 0 0 0 0
|
|||
syscon iff IFF_PORTSEL 0x2000 0 0 0 0 0
|
||||
syscon iff IFF_SLAVE 0x0800 0 0 0 0 0
|
||||
|
||||
syscon misc CLOCKS_PER_SEC 1000000 1000000 0x80 100 100 10000000
|
||||
|
||||
syscon sock SOCK_STREAM 1 1 1 1 1 1 # consensus
|
||||
syscon sock SOCK_DGRAM 2 2 2 2 2 2 # consensus
|
||||
syscon sock SOCK_RAW 3 3 3 3 3 3 # consensus
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/consts/syscon.internal.inc"
|
||||
.syscon misc,CLOCKS_PER_SEC,1000000,1000000,0x80,100,100,10000000
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/sysv/consts/syscon.internal.inc"
|
||||
.syscon sicode,SI_KERNEL,0x80,0x80000000,0x010006,0x80000000,0x80000000,0x80
|
||||
.syscon sicode,SI_KERNEL,128,0x80000000,0x010006,0x80000000,0x80000000,0x80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue