Luna/libs/libc/include/luna/os-limits.h

10 lines
148 B
C
Raw Normal View History

2022-10-15 12:31:55 +00:00
#ifndef _LUNA_OS_LIMITS_H
#define _LUNA_OS_LIMITS_H
#define OPEN_MAX 32
#define ATEXIT_MAX 32
#define PAGESIZE 4096
#define PAGE_SIZE 4096
#endif