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.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/exec/posix/src/unistd.c b/c/src/exec/posix/src/unistd.c
deleted file mode 100644
index f70d065ce3..0000000000
--- a/c/src/exec/posix/src/unistd.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/* unistd.c
- *
- * $Id$
- */
-
-#include <unistd.h>
-
-#include <rtems/system.h>
-
-#ifdef NOT_IMPLEMENTED_YET
-
-/*
- * 4.8.1 Get Configurable System Variables, P1003.1b-1993, p. 95
- */
-
-long sysconf(
- int name
-)
-{
- return POSIX_NOT_IMPLEMENTED();
-}
-
-#endif