diff options
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c index 3336f2b92..adab4321f 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -50,7 +50,7 @@ pull_in_libs(void) } -#if defined(__linux__) && defined(__alpha__) +#if defined(__linux__) && defined(__alpha__) && defined(UAC_SIGBUS) #warning using trap_unaligned static int setsysinfo(unsigned long op, void *buffer, unsigned long size, |