tst: passthrough-fuse3: multibyte support

This commit is contained in:
zeho11
2022-12-15 19:16:19 +09:00
parent 8c9b8362b4
commit 22d81846df
3 changed files with 93 additions and 29 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);