blob: 782fce7ad47121cb221e5d9a15ee4af0829324e0 [file] [log] [blame]
/*
* include/arch/i386/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
/* On i386, only half the signals are accessible using the legacy calls. */
#define _KLIBC_USE_RT_SIG 1
/* The stock i386 kernel is fine, but a whole string of Fedora kernels
had a broken default restorer. It's easier to enable this here. */
#define _KLIBC_NEEDS_SA_RESTORER 1
#endif /* _KLIBC_ARCHCONFIG_H */