lwp: Include signal.h instead of ucontext.h where possible
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
cadb6e7f29
commit
52e540d62a
2 changed files with 4 additions and 3 deletions
|
@ -30,12 +30,13 @@
|
|||
* Known contributors to this file:
|
||||
* Dave Pare, 1994
|
||||
* Steve McClure, 1994-2000
|
||||
* Markus Armbruster, 2004-2008
|
||||
* Markus Armbruster, 2004-2021
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <ucontext.h>
|
||||
#include "lwpint.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -28,14 +28,14 @@
|
|||
* lwpint.h: lwp internal structures
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Markus Armbruster, 2004-2020
|
||||
* Markus Armbruster, 2004-2021
|
||||
*/
|
||||
|
||||
#ifndef LWPINT_H
|
||||
#define LWPINT_H
|
||||
|
||||
#include <time.h>
|
||||
#include <ucontext.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "misc.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue