diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/execute/loop-2f.c')
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/loop-2f.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2f.c b/gcc/testsuite/gcc.c-torture/execute/loop-2f.c index 9f544b9fcbd..4803d64daa9 100644 --- a/gcc/testsuite/gcc.c-torture/execute/loop-2f.c +++ b/gcc/testsuite/gcc.c-torture/execute/loop-2f.c @@ -1,6 +1,5 @@  #include <limits.h> -#ifdef __unix__ /* ??? Is that good enough? */  #include <sys/types.h>  #include <sys/mman.h>  #include <sys/stat.h> @@ -18,7 +17,6 @@  #ifndef MAP_FIXED  #define MAP_FIXED 0  #endif -#endif  #define MAP_START (void *)0x7fff8000  #define MAP_LEN 0x10000  | 

