11 #define UNIX_PATH_MAX 108
15 #define PAGE_SIZE 4096
19 #define MIN_MMAP_ADDR ((void*)(PAGE_SIZE*100))
23 #define _UTIL_PRINTF printf
26 #ifndef _UTIL_PTHREAD_CREATE
27 #define _UTIL_PTHREAD_CREATE pthread_create
30 #ifndef _UTIL_PTHREAD_JOIN
31 #define _UTIL_PTHREAD_JOIN pthread_join
34 #ifndef _UTIL_PTHREAD_CANCEL
35 #define _UTIL_PTHREAD_CANCEL pthread_cancel
38 #ifndef _UTIL_PTHREAD_SIGMASK
39 #define _UTIL_PTHREAD_SIGMASK pthread_sigmask
43 #define _UTIL_MALLOC malloc
47 #define _UTIL_CALLOC calloc
51 #define _UTIL_FREE free