Files
RedBear-OS/include/bits/sys/mman.h
T
2018-08-09 10:54:44 +02:00

7 lines
92 B
C

#ifndef _BITS_SYS_MMAN_H
#define _BITS_SYS_MMAN_H
#define MAP_FAILED ((void *) -1)
#endif