summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condtimedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/condtimedwait.c')
-rw-r--r--cpukit/posix/src/condtimedwait.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/posix/src/condtimedwait.c b/cpukit/posix/src/condtimedwait.c
index 4134a73f8a..6f1f8d9c30 100644
--- a/cpukit/posix/src/condtimedwait.c
+++ b/cpukit/posix/src/condtimedwait.c
@@ -28,8 +28,7 @@
#include <rtems/posix/time.h>
#include <rtems/posix/mutex.h>
-/*PAGE
- *
+/*
* 11.4.4 Waiting on a Condition, P1003.1c/Draft 10, p. 105
*/