mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-09 06:44:22 +03:00
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…
x
Reference in New Issue
Block a user