diff options
Diffstat (limited to 'benchmarks/nbench/files/patch-sysspec.h')
-rw-r--r-- | benchmarks/nbench/files/patch-sysspec.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/nbench/files/patch-sysspec.h b/benchmarks/nbench/files/patch-sysspec.h new file mode 100644 index 000000000000..d6e628453236 --- /dev/null +++ b/benchmarks/nbench/files/patch-sysspec.h @@ -0,0 +1,11 @@ +--- sysspec.h.orig Mon Oct 18 00:05:17 2004 ++++ sysspec.h Mon Oct 18 00:05:50 2004 +@@ -33,7 +33,7 @@ + + #include "nmglobal.h" + +-#if !defined(MAC) && !defined(OSX) ++#if !defined(MAC) && !defined(__STDC__) + #include <malloc.h> + #endif + |