tst: passthrough-fuse: windows-posix layer: dirfd

This commit is contained in:
Bill Zissimopoulos
2017-01-29 15:45:36 -08:00
parent 9c2b4e5631
commit c0aaebd0a5
2 changed files with 27 additions and 17 deletions

View File

@ -58,6 +58,7 @@ int mkdir(const char *path, fuse_mode_t mode);
int rmdir(const char *path);
DIR *opendir(const char *path);
int dirfd(DIR *dirp);
void rewinddir(DIR *dirp);
struct dirent *readdir(DIR *dirp);
int closedir(DIR *dirp);