tst: passthrough-fuse: windows-posix layer

This commit is contained in:
Bill Zissimopoulos
2017-01-29 12:34:28 -08:00
parent a91e5b01ab
commit c252382204
3 changed files with 219 additions and 36 deletions

View File

@ -59,6 +59,6 @@ int rmdir(const char *path);
DIR *opendir(const char *path);
struct dirent *readdir(DIR *dirp);
int closedir(DIR *dp);
int closedir(DIR *dirp);
#endif