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/time.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/exec/posix/src/time.c') diff --git a/c/src/exec/posix/src/time.c b/c/src/exec/posix/src/time.c index 24642c8757..3ccf36c188 100644 --- a/c/src/exec/posix/src/time.c +++ b/c/src/exec/posix/src/time.c @@ -57,7 +57,6 @@ time_t time( return seconds_since_epoch; } -#ifdef NOT_IMPLEMENTED_YET /* * 14.2.1 Clocks, P1003.1b-1993, p. 263 */ @@ -202,5 +201,3 @@ int clock_getenable_attr( { return POSIX_NOT_IMPLEMENTED(); } - -#endif -- cgit v1.2.3