X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fdirent.h;h=209285aa4160161ce8b9dd1d45044544930ac6e8;hb=91f7db26212714254e35f3060c22bb1ea20f04fd;hp=a98062948b4cae7b7fed4a421f47039b03ae4cb8;hpb=5d0d6d983664cc3816d63432397271719dade83c;p=musl diff --git a/include/dirent.h b/include/dirent.h index a9806294..209285aa 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -46,10 +46,10 @@ int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int #define DT_WHT 14 #define IFTODT(x) ((x)>>12 & 017) #define DTTOIF(x) ((x)<<12) -#endf +#endif #ifdef __cplusplus -extern } +} #endif #endif