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/posix/src/psignal.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/posix/src/psignal.c') diff --git a/cpukit/posix/src/psignal.c b/cpukit/posix/src/psignal.c index b8bd3d56ea..cac74021ad 100644 --- a/cpukit/posix/src/psignal.c +++ b/cpukit/posix/src/psignal.c @@ -8,8 +8,6 @@ #include #include -#ifdef NOT_IMPLEMENTED_YET - /* * 3.3.2 Send a Signal to a Process, P1003.1b-1993, p. 68 * @@ -235,8 +233,6 @@ int pause( void ) return POSIX_NOT_IMPLEMENTED(); } -#endif - /* * 3.4.3 Delay Process Execution, P1003.1b-1993, p. 73 */ -- cgit v1.2.3