mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 02:16:29 +08: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;
|
||||
#define __locale_t locale_t
|
||||
|
||||
#define __gid_t gid_t
|
||||
#define __uid_t uid_t
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user