| /* | |
| * include/arch/arm64/klibc/archconfig.h | |
| * | |
| * See include/klibc/sysconfig.h for the options that can be set in | |
| * this file. | |
| * | |
| */ | |
| #ifndef _KLIBC_ARCHCONFIG_H | |
| #define _KLIBC_ARCHCONFIG_H | |
| /* Use rt_* signals */ | |
| #define _KLIBC_USE_RT_SIG 1 | |
| #define _KLIBC_NO_MMU 0 | |
| #define _KLIBC_REAL_VFORK 1 | |
| #endif /* _KLIBC_ARCHCONFIG_H */ |