removed all ifdef's on NOT_IMPLEMENTED.

This commit is contained in:
Joel Sherrill
1996-05-29 16:54:52 +00:00
parent e941ea131d
commit 613cff6f58
19 changed files with 60 additions and 84 deletions

View File

@@ -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