mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:54:58 +00:00
LibC: Add POSIX timer constants
This commit is contained in:
parent
99a79a364a
commit
496988de47
3 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
#define MS_REMOUNT (1 << 5)
|
||||
|
||||
enum {
|
||||
_SC_MONOTONIC_CLOCK,
|
||||
_SC_NPROCESSORS_CONF,
|
||||
_SC_NPROCESSORS_ONLN,
|
||||
_SC_OPEN_MAX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue