summaryrefslogtreecommitdiff
path: root/benchmarks/libmicro/files/patch-getcontext.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2005-08-28 09:05:53 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2005-08-28 09:05:53 +0000
commit0f17a23c50e7d899046eb1edca8558abab5e90c2 (patch)
tree6544766de6b6f7c39659acfab2efff6269c92abb /benchmarks/libmicro/files/patch-getcontext.c
parentUpgrade to 1.0.2. (diff)
Add libmicro - a set of portable benchmarks of system calls from
opensolaris project. Approved by: perky (mentor) In collaboration with: gnn
Diffstat (limited to '')
-rw-r--r--benchmarks/libmicro/files/patch-getcontext.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/libmicro/files/patch-getcontext.c b/benchmarks/libmicro/files/patch-getcontext.c
new file mode 100644
index 000000000000..c5cb8fd88a08
--- /dev/null
+++ b/benchmarks/libmicro/files/patch-getcontext.c
@@ -0,0 +1,10 @@
+--- getcontext.c.orig Sat Aug 6 16:11:21 2005
++++ getcontext.c Sat Aug 6 16:11:45 2005
+@@ -39,6 +39,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>
++#include <signal.h>
+ #include <ucontext.h>
+
+ #include "libmicro.h"