X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fdirent.h;fp=include%2Fdirent.h;h=7b70abd49028bfa1009202eaf62cdff932bc823f;hp=ca000bd903673208c671ce4b795b02025dbfdf27;hb=da88b16a221c9d327e1bfa61dd6f4f08dacce57a;hpb=0dc99ac413d8bc054a2e95578475c7122455eee8 diff --git a/include/dirent.h b/include/dirent.h index ca000bd9..7b70abd4 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -18,7 +18,7 @@ struct dirent off_t d_off; unsigned short d_reclen; unsigned char d_type; - char d_name[1]; + char d_name[256]; }; #define d_fileno d_ino