LibC: Add PAGE_SIZE to limits.h

This commit is contained in:
Andreas Kling 2019-03-21 13:31:27 +01:00
parent 93a6681388
commit 5708c12e24
Notes: sideshowbarker 2024-07-19 14:59:00 +09:00

View File

@ -2,6 +2,8 @@
#include <stdint.h>
#define PAGE_SIZE 4096
#define PATH_MAX 4096
#define BUFSIZ 1024