summaryrefslogtreecommitdiffstats
path: root/usr/include/arch/arm64/klibc/archconfig.h
blob: d094c28d710db1894d3c71c7a13616a91a8bce7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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

#define _KLIBC_NO_MMU 0
#define _KLIBC_REAL_VFORK 1

#endif				/* _KLIBC_ARCHCONFIG_H */