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

/* So that we can avoid stack trampolines */
#define _KLIBC_NEEDS_SA_RESTORER 1
/* Our restorer will call rt_sigreturn() */
#define _KLIBC_NEEDS_SA_SIGINFO 1

#endif				/* _KLIBC_ARCHCONFIG_H */