summaryrefslogtreecommitdiffstats
path: root/usr/include/arch/sparc64/klibc/archconfig.h
blob: df5c80647827e54bf5ecec3e485c69438e7d7120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * include/arch/sparc64/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_NEEDS_SA_RESTORER 1 /* Need a restorer function */
#define _KLIBC_SYS_SOCKETCALL 1 /* Use sys_socketcall unconditionally */

#endif				/* _KLIBC_ARCHCONFIG_H */