diff options
Diffstat (limited to 'Userland/Libraries/LibC/unistd.h')
-rw-r--r-- | Userland/Libraries/LibC/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibC/unistd.h b/Userland/Libraries/LibC/unistd.h index 6c978e2dc1..a4ead75035 100644 --- a/Userland/Libraries/LibC/unistd.h +++ b/Userland/Libraries/LibC/unistd.h @@ -177,6 +177,7 @@ enum { _SC_TTY_NAME_MAX, _SC_PAGESIZE, _SC_GETPW_R_SIZE_MAX, + _SC_CLK_TCK, }; #define _SC_NPROCESSORS_CONF _SC_NPROCESSORS_CONF |