mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-06 12:44:00 -05:00
musl: add a few more glibc types to includes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41398
This commit is contained in:
parent
8d8868cffc
commit
d7cf23694e
@ -29,4 +29,7 @@ __extension__ typedef unsigned long long int __uint64_t;
|
|||||||
typedef char *__caddr_t;
|
typedef char *__caddr_t;
|
||||||
#define __locale_t locale_t
|
#define __locale_t locale_t
|
||||||
|
|
||||||
|
#define __gid_t gid_t
|
||||||
|
#define __uid_t uid_t
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user