summaryrefslogtreecommitdiff
path: root/src/unistd/ftruncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/ftruncate.c')
-rw-r--r--src/unistd/ftruncate.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/unistd/ftruncate.c b/src/unistd/ftruncate.c
deleted file mode 100644
index 1df42536..00000000
--- a/src/unistd/ftruncate.c
+++ /dev/null
@@ -1,21 +0,0 @@
-#if 0
-
-#include <unistd.h>
-
-int ftruncate(int fildes, off_t length)
-{
- /*
- __POSIX_MIN(199309L);
- __POSIX_OPTION_OR(_MAPPED_FILES, _SHARED_MEMORY);
- __XOPEN_MIN(450);
- __SC(int, fildes, length);
- */
-}
-
-/*
-XOPEN(400)
-POSIX(199309)
-*/
-
-
-#endif