summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-14 23:08:07 +0200
committerMiguel <m.i@gmx.at>2018-10-14 23:08:07 +0200
commitf35d2124c36f8d39a953b76620e081b79c2faffd (patch)
tree216e3a75841acc69672bf5640cc2f86e93e1ba37 /fs
parent2a6690e9fd53a02613796764248006e06ac482d6 (diff)
moved newlib specific stuff and similar into ./interface/
Diffstat (limited to 'fs')
-rw-r--r--fs/mount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/mount.c b/fs/mount.c
index 9aa1aeb..eca0b2c 100644
--- a/fs/mount.c
+++ b/fs/mount.c
@@ -107,3 +107,4 @@ int mount_read_dir (char *path, fs_dirent *dirs, uint32_t *pos)
char *p=get_mount_for_path(path,&m);
return m.mount_read_dir(&m,p,dirs,pos);
}
+