Jon TURNEY 28e457cd71 Provide ucontext to signal handlers
Add ucontext.h header, defining ucontext_t and mcontext_t types.

Provide sigaction sighandlers with a ucontext_t parameter, containing stack and
context information.

	* include/sys/ucontext.h : New header.
	* include/ucontext.h : Ditto.
	* exceptions.cc (call_signal_handler): Provide ucontext_t
	parameter to signal handler function.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2015-04-01 19:09:28 +01:00
..
2012-06-06 04:45:48 +00:00
2012-06-06 04:45:48 +00:00
2012-06-06 04:45:48 +00:00
2014-08-06 08:46:12 +00:00
2013-04-23 09:44:36 +00:00
2014-08-01 15:48:37 +00:00
2015-03-25 17:21:38 +01:00
2015-04-01 19:09:28 +01:00
2008-07-30 04:58:24 +00:00
2011-03-29 08:03:35 +00:00