summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/utsname.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 16:54:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 16:54:52 +0000
commit613cff6f58129ea3280c763c855e48525e92f1dc (patch)
treee35504fb42cdeb98512ed16729340807085960a4 /c/src/exec/libcsupport/src/utsname.c
parentadded entry point for posix initialization threads to the posix initialization (diff)
downloadrtems-613cff6f58129ea3280c763c855e48525e92f1dc.tar.bz2
removed all ifdef's on NOT_IMPLEMENTED.
Diffstat (limited to 'c/src/exec/libcsupport/src/utsname.c')
-rw-r--r--c/src/exec/libcsupport/src/utsname.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/exec/libcsupport/src/utsname.c b/c/src/exec/libcsupport/src/utsname.c
index dba0fefefb..95ab0e54bb 100644
--- a/c/src/exec/libcsupport/src/utsname.c
+++ b/c/src/exec/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