summaryrefslogtreecommitdiff
path: root/nbench0.c
diff options
context:
space:
mode:
Diffstat (limited to 'nbench0.c')
-rw-r--r--nbench0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nbench0.c b/nbench0.c
index 0990baf..c60fb80 100644
--- a/nbench0.c
+++ b/nbench0.c
@@ -159,7 +159,7 @@ if(global_allstats)
sizeof(uint16_t),
sizeof(uint32_t),
sizeof(int32_t));
-#ifdef LINUX /* FIXME: do this a better way */
+#ifdef __linux__
#include "sysinfo.c"
#else
printf("**%s\n",sysname);
@@ -237,7 +237,7 @@ if(global_custrun==0)
printf("FLOATING-POINT INDEX: %.3f\n",
pow(fpindex,(double).33333));
puts("Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0");
-#ifdef LINUX
+#ifdef __linux__
puts("==============================LINUX DATA BELOW===============================");
hardware(write_to_file, global_ofile);
#include "sysinfoc.c"