Fix dev_t type and add sys/sysmacros.h include from musl
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#include <stddef.h>
|
||||
|
||||
typedef long blksize_t;
|
||||
typedef long dev_t;
|
||||
typedef unsigned long ino_t;
|
||||
typedef unsigned long long dev_t;
|
||||
typedef unsigned long long ino_t;
|
||||
typedef unsigned short reclen_t;
|
||||
typedef int gid_t;
|
||||
typedef int uid_t;
|
||||
|
||||
Reference in New Issue
Block a user