mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
LibC: Add PAGE_SIZE to limits.h
This commit is contained in:
parent
93a6681388
commit
5708c12e24
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
|
||||
#define PATH_MAX 4096
|
||||
#define BUFSIZ 1024
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue