summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/rwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems/posix/rwlock.h')
-rw-r--r--cpukit/posix/include/rtems/posix/rwlock.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/posix/include/rtems/posix/rwlock.h b/cpukit/posix/include/rtems/posix/rwlock.h
index ae80df68a9..5cc2707764 100644
--- a/cpukit/posix/include/rtems/posix/rwlock.h
+++ b/cpukit/posix/include/rtems/posix/rwlock.h
@@ -12,7 +12,7 @@
* + delete a RWLock
* + wait for a RWLock
*
- * COPYRIGHT (c) 1989-2006.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -59,9 +59,7 @@ POSIX_EXTERN Objects_Information _POSIX_RWLock_Information;
* concurrently be active in the system.
*/
-void _POSIX_RWLock_Manager_initialization(
- uint32_t maximum_rwlocks
-);
+void _POSIX_RWLock_Manager_initialization(void);
/**
* @brief _POSIX_RWLock_Translate_core_RWLock_return_code (