freebsd-ports/benchmarks/libmicro/files/patch-getcontext.c
Vsevolod Stakhov 0f17a23c50 Add libmicro - a set of portable benchmarks of system calls from
opensolaris project.

Approved by:		perky (mentor)
In collaboration with:	gnn
2005-08-28 09:05:53 +00:00

10 lines
238 B
C

--- 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"