mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
LibC: Add missing macro for _SC_CLK_TCK
This commit is contained in:
parent
27befa6595
commit
75d774ba29
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue