3 //=============================================================================
9 * @author Don Hinton <dhinton@dresystems.com>
10 * @author This code was originally in various places including ace/OS.h.
12 //=============================================================================
14 #ifndef ACE_OS_INCLUDE_OS_UCONTEXT_H
15 #define ACE_OS_INCLUDE_OS_UCONTEXT_H
17 #include /**/ "ace/pre.h"
19 #include /**/ "ace/config-lite.h"
21 #if !defined (ACE_LACKS_PRAGMA_ONCE)
23 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 #include "ace/os_include/os_signal.h"
27 #if !defined (ACE_LACKS_UCONTEXT_H)
28 # include /**/ <ucontext.h>
29 #endif /* !ACE_LACKS_ucontext_H */
31 // Place all additions (especially function declarations) within extern "C" {}
35 #endif /* __cplusplus */
37 # if !defined (ACE_HAS_UCONTEXT_T)
38 typedef int ucontext_t
;
39 # endif /* ACE_HAS_UCONTEXT_T */
43 #endif /* __cplusplus */
45 #include /**/ "ace/post.h"
46 #endif /* ACE_OS_INCLUDE_OS_UCONTEXT_H */