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

/* x86-64 doesn't provide a default sigreturn. */
#define _KLIBC_NEEDS_SA_RESTORER 1

#endif				/* _KLIBC_ARCHCONFIG_H */