summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix/threadsup.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-25 10:26:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-29 10:33:38 +0100
commit033f31c8af6e742d3f56311b09b331ad0b222e3c (patch)
tree86e26a8883b410bed2cf11da1fd8142869b0a253 /cpukit/include/rtems/posix/threadsup.h
parentposix: Provide message queues by default (diff)
downloadrtems-033f31c8af6e742d3f56311b09b331ad0b222e3c.tar.bz2
posix: Hide POSIX_API_Control by default
Update #2514.
Diffstat (limited to 'cpukit/include/rtems/posix/threadsup.h')
-rw-r--r--cpukit/include/rtems/posix/threadsup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/posix/threadsup.h b/cpukit/include/rtems/posix/threadsup.h
index d3ee5b28bb..127d897531 100644
--- a/cpukit/include/rtems/posix/threadsup.h
+++ b/cpukit/include/rtems/posix/threadsup.h
@@ -35,6 +35,7 @@
extern "C" {
#endif
+#if defined(RTEMS_POSIX_API)
/**
* This defines the POSIX API support structure associated with
* each thread in a system with POSIX configured.
@@ -87,6 +88,7 @@ typedef struct {
*/
Thread_Action Signal_action;
} POSIX_API_Control;
+#endif
/** @} */