From aac34f7bbcd7ff1c8245a198cb5148fc196e901a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 13 Aug 1996 14:23:16 +0000 Subject: added page break before sysconf() --- c/src/exec/posix/src/unistd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c') 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 */ -- cgit v1.2.3