Add sys/ucontext.h
* Move ucontext_t and mcontext_t there as that's where POSIX says they should be.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include <heap.h>
|
||||
#include <util/DoublyLinkedList.h>
|
||||
#include <util/KernelReferenceable.h>
|
||||
#include <sys/ucontext.h>
|
||||
|
||||
|
||||
namespace BKernel {
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <util/DoublyLinkedList.h>
|
||||
#include <util/KernelReferenceable.h>
|
||||
#include <util/list.h>
|
||||
#include <sys/ucontext.h>
|
||||
|
||||
|
||||
enum additional_thread_state {
|
||||
|
||||
Reference in New Issue
Block a user