diff options
Diffstat (limited to 'benchmarks/libmicro/files/patch-setcontext.c')
-rw-r--r-- | benchmarks/libmicro/files/patch-setcontext.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/libmicro/files/patch-setcontext.c b/benchmarks/libmicro/files/patch-setcontext.c new file mode 100644 index 000000000000..eaf46be3a8a2 --- /dev/null +++ b/benchmarks/libmicro/files/patch-setcontext.c @@ -0,0 +1,10 @@ +--- setcontext.c.orig Sat Aug 6 16:15:12 2005 ++++ setcontext.c Sat Aug 6 16:15:31 2005 +@@ -36,6 +36,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <unistd.h> ++#include <signal.h> + #include <ucontext.h> + + #include "libmicro.h" |