Remove the ucontext.h header again, until the whole SA_SIGINFO backend is
implemented fully in order not to fool ported software into believing this API can be used. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35291 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright 2008, Haiku Inc. All Rights Reserved.
|
|
||||||
* Distributed under the terms of the MIT license.
|
|
||||||
*/
|
|
||||||
#ifndef _UCONTEXT_H_
|
|
||||||
#define _UCONTEXT_H_
|
|
||||||
|
|
||||||
#include <signal.h>
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct vregs mcontext_t;
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct ucontext_t {
|
|
||||||
ucontext_t *uc_link;
|
|
||||||
sigset_t uc_sigmask;
|
|
||||||
stack_t uc_stack;
|
|
||||||
mcontext_t uc_mcontext;
|
|
||||||
} ucontext_t;
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* _UCONTEXT_H_ */
|
|
||||||
Reference in New Issue
Block a user