mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
readdir_r use in tagcache.check_dir, ft_load
Change-Id: Ibcde39ed247e100dd47ae877fb2a3625bbb38d8b
This commit is contained in:
parent
f2f5543856
commit
0c737d3b2e
7 changed files with 129 additions and 24 deletions
|
@ -107,6 +107,7 @@ ssize_t app_readlink(const char *path, char *buf, size_t bufsize);
|
|||
#ifndef DIRFUNCTIONS_DECLARED
|
||||
DIR * app_opendir(const char *dirname);
|
||||
struct dirent * app_readdir(DIR *dirp);
|
||||
int app_readdir_r(DIR *dirp, struct dirent* entry, struct dirent **result);
|
||||
int app_closedir(DIR *dirp);
|
||||
int app_mkdir(const char *path);
|
||||
int app_rmdir(const char *path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue