mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibC: Add PAGE_SIZE to limits.h
This commit is contained in:
parent
93a6681388
commit
5708c12e24
Notes:
sideshowbarker
2024-07-19 14:59:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5708c12e246
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…
Reference in a new issue