summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/posixapi.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-25 14:19:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-09-25 14:19:45 +0000
commit7fb2bb243357f7a3d50b1a04b6c1a1e0f29ca454 (patch)
treebb4ea7ee7eeff7ffcc5fefebe5d70fb6b956d3c8 /cpukit/sapi/src/posixapi.c
parent2006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7fb2bb243357f7a3d50b1a04b6c1a1e0f29ca454.tar.bz2
2006-09-14 Joel Sherrill <joel@OARcorp.com>
* libnetworking/net/route.c, librpc/src/rpc/auth_none.c, librpc/src/rpc/auth_unix.c, librpc/src/rpc/authunix_prot.c, librpc/src/rpc/rpc_callmsg.c, librpc/src/rpc/rpc_prot.c, librpc/src/rpc/rtems_portmapper.c: Removed warnings.
Diffstat (limited to '')
-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 */
};