summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/filesystem-app.h
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2024-05-02 13:38:32 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2024-05-02 13:38:32 -0400
commitefcea6628024c5f6796c3850c3779801db4b6874 (patch)
tree6b0a5ce6ce0ddb46de5e412dae110d9ba99414d5 /firmware/target/hosted/filesystem-app.h
parent0c737d3b2e4728347cf4d52025f9fc2ebbee6e90 (diff)
downloadrockbox-efcea6628024c5f6796c3850c3779801db4b6874.tar.gz
rockbox-efcea6628024c5f6796c3850c3779801db4b6874.zip
Revert "readdir_r use in tagcache.check_dir, ft_load"
This reverts commit 0c737d3b2e4728347cf4d52025f9fc2ebbee6e90. Reason for revert: Not really a concern as open_stream returns an independent buffer since g#566 Change-Id: Idbd2f4a7cc2ea6362b7714629469eeb7b3d19b3b
Diffstat (limited to 'firmware/target/hosted/filesystem-app.h')
-rw-r--r--firmware/target/hosted/filesystem-app.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/hosted/filesystem-app.h b/firmware/target/hosted/filesystem-app.h
index 2d7d6e817d..b35b63e95f 100644
--- a/firmware/target/hosted/filesystem-app.h
+++ b/firmware/target/hosted/filesystem-app.h
@@ -107,7 +107,6 @@ ssize_t app_readlink(const char *path, char *buf, size_t bufsize);
107#ifndef DIRFUNCTIONS_DECLARED 107#ifndef DIRFUNCTIONS_DECLARED
108DIR * app_opendir(const char *dirname); 108DIR * app_opendir(const char *dirname);
109struct dirent * app_readdir(DIR *dirp); 109struct dirent * app_readdir(DIR *dirp);
110int app_readdir_r(DIR *dirp, struct dirent* entry, struct dirent **result);
111int app_closedir(DIR *dirp); 110int app_closedir(DIR *dirp);
112int app_mkdir(const char *path); 111int app_mkdir(const char *path);
113int app_rmdir(const char *path); 112int app_rmdir(const char *path);