summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/unistd.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/unistd.c')
-rw-r--r--c/src/exec/posix/src/unistd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/exec/posix/src/unistd.c b/c/src/exec/posix/src/unistd.c
index f70d065ce3..1c99fd61b6 100644
--- a/c/src/exec/posix/src/unistd.c
+++ b/c/src/exec/posix/src/unistd.c
@@ -7,8 +7,6 @@
#include <rtems/system.h>
-#ifdef NOT_IMPLEMENTED_YET
-
/*
* 4.8.1 Get Configurable System Variables, P1003.1b-1993, p. 95
*/
@@ -19,5 +17,3 @@ long sysconf(
{
return POSIX_NOT_IMPLEMENTED();
}
-
-#endif