mirror of git://git.musl-libc.org/musl
add _DIRENT_HAVE_D_* macros to dirent.h
This commit is contained in:
parent
b64539ae06
commit
1bc10ffeaa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue