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

/* We provide our own restorer that call rt_sigreturn() */
#define _KLIBC_NEEDS_SA_SIGINFO 1
#define _KLIBC_STATFS_F_TYPE_64 0

#endif				/* _KLIBC_ARCHCONFIG_H */