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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue