summaryrefslogtreecommitdiffstats
path: root/include/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fs.h')
-rw-r--r--include/fs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fs.h b/include/fs.h
index b9d1e6e09a..21490db7b9 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -126,9 +126,6 @@ ssize_t pwrite(int fd, const void *buf, size_t count, loff_t offset);
loff_t lseek(int fildes, loff_t offset, int whence);
int mkdir (const char *pathname, mode_t mode);
-
-/* Create a directory and its parents */
-int make_directory(const char *pathname);
int rmdir (const char *pathname);
const char *getcwd(void);