summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pause.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pause.c')
-rw-r--r--cpukit/posix/src/pause.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/cpukit/posix/src/pause.c b/cpukit/posix/src/pause.c
index 3a307d6e93..ee74f6746b 100644
--- a/cpukit/posix/src/pause.c
+++ b/cpukit/posix/src/pause.c
@@ -1,6 +1,11 @@
-/*
- * 3.4.2 Suspend Process Execution, P1003.1b-1993, p. 81
+/**
+ * @file
*
+ * @brief Suspend Process Execution
+ * @ingroup POSIX
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -17,10 +22,9 @@
#include <signal.h>
#include <unistd.h>
-/*
- * 3.4.2 Suspend Process Execution, P1003.1b-1993, p. 81
+/**
+ * 3.4.2 Suspend Process Execution, P1003.1b-1993, p. 81
*/
-
int pause( void )
{
sigset_t all_signals;