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:
Felix Fietkau 2014-06-29 22:25:46 +00:00
parent 8d8868cffc
commit d7cf23694e
1 changed files with 3 additions and 0 deletions

View File

@ -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