mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 12:03:41 +00:00
7 lines
172 B
C
7 lines
172 B
C
|
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_TIMER_H_
|
||
|
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_TIMER_H_
|
||
|
|
||
|
#define TIMER_ABSTIME 1
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_TIMER_H_ */
|