Define PAGE_SIZE and PAGESIZE in limits.h. It should really depend on B_PAGE_SIZE, but I'm not sure we can #include anything in there...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25626 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3a17a548da
commit
4b9329efe1
@ -37,6 +37,8 @@
|
||||
#define NAME_MAX (256)
|
||||
#define NGROUPS_MAX (32)
|
||||
#define OPEN_MAX (128)
|
||||
#define PAGE_SIZE (4096)
|
||||
#define PAGESIZE (4096)
|
||||
#define PATH_MAX (1024)
|
||||
#define PIPE_MAX (512)
|
||||
#define SSIZE_MAX (2147483647L)
|
||||
|
Loading…
x
Reference in New Issue
Block a user