diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 13:36:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 13:36:39 +0000 |
commit | 539331c4d9e500b1772f05cbaf01d83bcbe60db6 (patch) | |
tree | 4b7f4a6c26b9876a1173be958fa24ea5720a0ada /benchmarks/ubench/files/patch-ad | |
parent | Fix build. (diff) |
Initial import of ubench - yet another *nix benchmarking utility.
PR: 19049
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
Diffstat (limited to 'benchmarks/ubench/files/patch-ad')
-rw-r--r-- | benchmarks/ubench/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/ubench/files/patch-ad b/benchmarks/ubench/files/patch-ad new file mode 100644 index 000000000000..bc6ef63c360b --- /dev/null +++ b/benchmarks/ubench/files/patch-ad @@ -0,0 +1,11 @@ +--- signals.c.orig Tue Jun 6 14:33:33 2000 ++++ signals.c Tue Jun 6 14:35:08 2000 +@@ -22,7 +22,7 @@ + #include <signal.h> + #include <setjmp.h> + +-#ifdef SunOS ++#if defined SunOS || defined FreeBSD + sigjmp_buf env; + #else + jmp_buf env; |