tst: passthrough-fuse: multibyte support

This commit is contained in:
zeho11
2022-12-15 19:14:44 +09:00
parent e550e261f0
commit 8c9b8362b4
3 changed files with 96 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ typedef struct _DIR DIR;
struct dirent
{
struct fuse_stat d_stat;
char d_name[255];
char d_name[255 * 4];
};
char *realpath(const char *path, char *resolved);