summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/posixapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/posixapi.c')
-rw-r--r--cpukit/sapi/src/posixapi.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpukit/sapi/src/posixapi.c b/cpukit/sapi/src/posixapi.c
index 843716edeb..f7c8eebf1a 100644
--- a/cpukit/sapi/src/posixapi.c
+++ b/cpukit/sapi/src/posixapi.c
@@ -33,7 +33,7 @@
#include <mqueue.h>
#include <rtems/config.h>
#include <rtems/score/object.h>
-#include <rtems/posix/barrier.h>
+/* #include <rtems/posix/barrier.h> */
#include <rtems/posix/cond.h>
#include <rtems/posix/config.h>
#include <rtems/posix/key.h>
@@ -42,10 +42,10 @@
#include <rtems/posix/priority.h>
#include <rtems/posix/psignal.h>
#include <rtems/posix/pthread.h>
-#include <rtems/posix/rwlock.h>
+/* #include <rtems/posix/rwlock.h> */
#include <rtems/posix/timer.h>
#include <rtems/posix/semaphore.h>
-#include <rtems/posix/spinlock.h>
+/* #include <rtems/posix/spinlock.h> */
#include <rtems/posix/time.h>
/*PAGE
@@ -65,9 +65,11 @@ posix_api_configuration_table _POSIX_Default_configuration = {
0, /* number_of_initialization_threads */
0, /* maximum_message_queues */
0, /* maximum_semaphores */
+#if 0
0, /* maximum_barriers */
0, /* maximum_spinlocks */
0, /* maximum_rwlocks */
+#endif
NULL /* User_initialization_threads_table */
};