summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/sched.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/posix/src/sched.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/posix/src/sched.c')
-rw-r--r--c/src/exec/posix/src/sched.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/exec/posix/src/sched.c b/c/src/exec/posix/src/sched.c
index 4cea4f5a3d..d1e0b9e320 100644
--- a/c/src/exec/posix/src/sched.c
+++ b/c/src/exec/posix/src/sched.c
@@ -10,8 +10,6 @@
#include <rtems/score/thread.h>
#include <rtems/posix/priority.h>
-#ifdef NOT_IMPLEMENTED_YET
-
/*PAGE
*
* 13.3.1 Set Scheduling Parameters, P1003.1b-1993, p. 252
@@ -66,8 +64,6 @@ int sched_getscheduler(
return POSIX_NOT_IMPLEMENTED();
}
-#endif
-
/*PAGE
*
* 13.3.6 Get Scheduling Parameter Limits, P1003.1b-1993, p. 258