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

/* MIPS has nonstandard socket definitions */
#define _KLIBC_HAS_ARCHSOCKET_H 1

#define _KLIBC_STATFS_F_TYPE_64 1

/* MIPS has architecture-specific code for vfork() */
#define _KLIBC_REAL_VFORK 1

#endif				/* _KLIBC_ARCHCONFIG_H */