X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fdirent.h;h=ca000bd903673208c671ce4b795b02025dbfdf27;hb=4b5f054098e484baa6d457aebe8bdab0eeb90215;hp=209285aa4160161ce8b9dd1d45044544930ac6e8;hpb=91f7db26212714254e35f3060c22bb1ea20f04fd;p=musl diff --git a/include/dirent.h b/include/dirent.h index 209285aa..ca000bd9 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -21,6 +21,8 @@ struct dirent char d_name[1]; }; +#define d_fileno d_ino + int closedir(DIR *); DIR *fdopendir(int); DIR *opendir(const char *);