]> git.pond.sub.org Git - empserver/blobdiff - src/lib/lwp/lwpint.h
lwp: Include signal.h instead of ucontext.h where possible
[empserver] / src / lib / lwp / lwpint.h
index a107340337a70f6d03562358e68464ac2b020347..d46c55e85c554e4749f86cd0194aa0b696b9ca8e 100644 (file)
  *  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"