1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:37:34 +00:00

LibC: Add missing macro for _SC_CLK_TCK

This commit is contained in:
Gunnar Beutner 2021-04-12 01:36:38 +02:00 committed by Andreas Kling
parent 27befa6595
commit 75d774ba29

View file

@ -187,6 +187,7 @@ enum {
#define _SC_PAGESIZE _SC_PAGESIZE
#define _SC_TTY_NAME_MAX _SC_TTY_NAME_MAX
#define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
#define _SC_CLK_TCK _SC_CLK_TCK
long sysconf(int name);