1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

GNU SOURCE problem on travis

This commit is contained in:
paboyle 2016-09-26 09:58:09 +01:00
parent 34f887ca1c
commit 167cc2650e

View File

@ -331,8 +331,6 @@ void Grid_sa_signal_handler(int sig,siginfo_t *si,void * ptr)
return; return;
}; };
#define _GNU_SOURCE
#include <fenv.h> #include <fenv.h>
#ifdef __APPLE__ #ifdef __APPLE__