You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
527 B
11 lines
527 B
--- src/current/iozone.c.orig Sat Jun 15 21:06:04 2002 |
|
+++ src/current/iozone.c Sat Jun 15 21:06:10 2002 |
|
@@ -787,7 +787,7 @@ |
|
void throughput_test(); /* Multi process throughput */ |
|
void multi_throughput_test(); /* Multi process throughput */ |
|
void prepage(); /* Pre-fault user buffer */ |
|
-#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) |
|
+#ifdef HAVE_ANSIC_C |
|
float do_compute(float); /* compute cycle simulation */ |
|
#else |
|
float do_compute(); /* compute cycle simulation */
|
|
|