mirror of git://git.musl-libc.org/musl
fix typos in dirent.h
This commit is contained in:
parent
ac12eb91bd
commit
91f7db2621
|
@ -46,10 +46,10 @@ int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int
|
||||||
#define DT_WHT 14
|
#define DT_WHT 14
|
||||||
#define IFTODT(x) ((x)>>12 & 017)
|
#define IFTODT(x) ((x)>>12 & 017)
|
||||||
#define DTTOIF(x) ((x)<<12)
|
#define DTTOIF(x) ((x)<<12)
|
||||||
#endf
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern }
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue