summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/devctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/devctl.c')
-rw-r--r--c/src/exec/posix/src/devctl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/exec/posix/src/devctl.c b/c/src/exec/posix/src/devctl.c
index 7caf475784..903375c34d 100644
--- a/c/src/exec/posix/src/devctl.c
+++ b/c/src/exec/posix/src/devctl.c
@@ -7,8 +7,6 @@
#include <rtems/system.h>
-#ifdef NOT_IMPLEMENTED_YET
-
/*PAGE
*
* 21.2.1 Control a Device, P1003.4b/D8, p. 65
@@ -23,5 +21,3 @@ int devctl(
{
return POSIX_NOT_IMPLEMENTED();
}
-
-#endif