From 539331c4d9e500b1772f05cbaf01d83bcbe60db6 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 6 Jun 2000 13:36:39 +0000 Subject: Initial import of ubench - yet another *nix benchmarking utility. PR: 19049 Submitted by: Yen-Ming Lee --- benchmarks/ubench/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 benchmarks/ubench/files/patch-ab (limited to 'benchmarks/ubench/files/patch-ab') diff --git a/benchmarks/ubench/files/patch-ab b/benchmarks/ubench/files/patch-ab new file mode 100644 index 000000000000..2a7a03629b51 --- /dev/null +++ b/benchmarks/ubench/files/patch-ab @@ -0,0 +1,11 @@ +--- cpubench.c.orig Tue Jun 6 14:33:33 2000 ++++ cpubench.c Tue Jun 6 14:34:40 2000 +@@ -41,7 +41,7 @@ + #define sys_errlist _sys_errlist + #endif + +-#ifdef SunOS ++#if defined SunOS || defined FreeBSD + extern sigjmp_buf env; + #else + extern jmp_buf env; -- cgit v1.2.3