[Midnightbsd-cvs] src [7495] trunk/lib/libthr/thread/thr_sig.c: add definition for _fillcontextx2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 20 19:38:57 EDT 2016
Revision: 7495
http://svnweb.midnightbsd.org/src/?rev=7495
Author: laffer1
Date: 2016-03-20 19:38:57 -0400 (Sun, 20 Mar 2016)
Log Message:
-----------
add definition for _fillcontextx2
Modified Paths:
--------------
trunk/lib/libthr/thread/thr_sig.c
Modified: trunk/lib/libthr/thread/thr_sig.c
===================================================================
--- trunk/lib/libthr/thread/thr_sig.c 2016-03-20 23:23:36 UTC (rev 7494)
+++ trunk/lib/libthr/thread/thr_sig.c 2016-03-20 23:38:57 UTC (rev 7495)
@@ -30,6 +30,7 @@
#include <sys/param.h>
#include <sys/types.h>
#include <sys/signalvar.h>
+#include <sys/ucontext.h>
#include <signal.h>
#include <errno.h>
#include <stdlib.h>
More information about the Midnightbsd-cvs
mailing list