summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pbarrier.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pbarrier.c')
-rw-r--r--cpukit/posix/src/pbarrier.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpukit/posix/src/pbarrier.c b/cpukit/posix/src/pbarrier.c
index 1ae3115f80..8216a080b1 100644
--- a/cpukit/posix/src/pbarrier.c
+++ b/cpukit/posix/src/pbarrier.c
@@ -39,12 +39,8 @@ static void _POSIX_Barrier_Manager_initialization(void)
/* maximum objects of this class */
sizeof( POSIX_Barrier_Control ),/* size of this object's control block */
true, /* true if the name is a string */
- _POSIX_PATH_MAX /* maximum length of each object's name */
-#if defined(RTEMS_MULTIPROCESSING)
- ,
- false, /* true if this is a global object class */
- NULL /* Proxy extraction support callout */
-#endif
+ _POSIX_PATH_MAX, /* maximum length of each object's name */
+ NULL /* Proxy extraction support callout */
);
}