mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +00:00
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…
x
Reference in New Issue
Block a user