LibC: Add POSIX timer constants

This commit is contained in:
Jelle Raaijmakers 2021-06-04 01:45:04 +02:00 committed by Andreas Kling
commit 496988de47
Notes: sideshowbarker 2024-07-18 16:55:25 +09:00
3 changed files with 7 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#define MS_REMOUNT (1 << 5)
enum {
_SC_MONOTONIC_CLOCK,
_SC_NPROCESSORS_CONF,
_SC_NPROCESSORS_ONLN,
_SC_OPEN_MAX,