#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