summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-13 14:23:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-13 14:23:16 +0000
commitaac34f7bbcd7ff1c8245a198cb5148fc196e901a (patch)
treed031739393a6885b4d38f7fd3aa5afb91cf6164c /c
parenttask_1: added to handle cases of waiting tasks on condition variables (diff)
downloadrtems-aac34f7bbcd7ff1c8245a198cb5148fc196e901a.tar.bz2
added page break before sysconf()
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/posix/src/unistd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/unistd.c b/c/src/exec/posix/src/unistd.c
index f06159f60b..8d930ce33c 100644
--- a/c/src/exec/posix/src/unistd.c
+++ b/c/src/exec/posix/src/unistd.c
@@ -27,7 +27,9 @@ unsigned int sleep(
return tm.tv_sec; /* seconds remaining */
}
-/*
+
+/*PAGE
+ *
* 4.8.1 Get Configurable System Variables, P1003.1b-1993, p. 95
*/