X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fdirent.h;h=e0a8fe6a2f47666ec46755060d38a4a4867ff353;hb=1bc10ffeaa7c7ce44b3e214e02e302642511c7c7;hp=88d3c3cfd47b6f758ffe0c580943a1cbfdfc44a5;hpb=7597fc25a2743d49500926a286da71f8e033936c;p=musl diff --git a/include/dirent.h b/include/dirent.h index 88d3c3cf..e0a8fe6a 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -17,6 +17,10 @@ extern "C" { typedef struct __dirstream DIR; +#define _DIRENT_HAVE_D_RECLEN +#define _DIRENT_HAVE_D_OFF +#define _DIRENT_HAVE_D_TYPE + struct dirent { ino_t d_ino; off_t d_off;