summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/libugly/setmntent.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/libugly/setmntent.c')
-rw-r--r--mdk-stage1/dietlibc/libugly/setmntent.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mdk-stage1/dietlibc/libugly/setmntent.c b/mdk-stage1/dietlibc/libugly/setmntent.c
deleted file mode 100644
index a91d3902b..000000000
--- a/mdk-stage1/dietlibc/libugly/setmntent.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-#include <mntent.h>
-
-FILE *setmntent(const char *filename, const char *type) {
- return fopen(filename,type);
-}
-