diff options
| author | Miguel <m.i@gmx.at> | 2018-10-14 23:08:07 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-14 23:08:07 +0200 |
| commit | f35d2124c36f8d39a953b76620e081b79c2faffd (patch) | |
| tree | 216e3a75841acc69672bf5640cc2f86e93e1ba37 /fs/mount.c | |
| parent | 2a6690e9fd53a02613796764248006e06ac482d6 (diff) | |
moved newlib specific stuff and similar into ./interface/
Diffstat (limited to 'fs/mount.c')
| -rw-r--r-- | fs/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } + |
