From 613cff6f58129ea3280c763c855e48525e92f1dc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 May 1996 16:54:52 +0000 Subject: removed all ifdef's on NOT_IMPLEMENTED. --- c/src/exec/posix/src/unistd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'c/src/exec/posix/src/unistd.c') diff --git a/c/src/exec/posix/src/unistd.c b/c/src/exec/posix/src/unistd.c index f70d065ce3..1c99fd61b6 100644 --- a/c/src/exec/posix/src/unistd.c +++ b/c/src/exec/posix/src/unistd.c @@ -7,8 +7,6 @@ #include -#ifdef NOT_IMPLEMENTED_YET - /* * 4.8.1 Get Configurable System Variables, P1003.1b-1993, p. 95 */ @@ -19,5 +17,3 @@ long sysconf( { return POSIX_NOT_IMPLEMENTED(); } - -#endif -- cgit v1.2.3