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. --- cpukit/libcsupport/src/utsname.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/src/utsname.c b/cpukit/libcsupport/src/utsname.c index dba0fefefb..95ab0e54bb 100644 --- a/cpukit/libcsupport/src/utsname.c +++ b/cpukit/libcsupport/src/utsname.c @@ -45,8 +45,6 @@ int uname( return 0; } -#ifdef NOT_IMPLEMENTED_YET - /*PAGE * * 4.5.2 Get Process Times, P1003.1b-1993, p. 92 @@ -58,5 +56,3 @@ clock_t times( { return POSIX_NOT_IMPLEMENTED(); } - -#endif -- cgit v1.2.3