Skip to content
Snippets Groups Projects
Commit d7cf2369 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

musl: add a few more glibc types to includes


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 41398
parent 8d8868cf
No related branches found
No related tags found
No related merge requests found
...@@ -29,4 +29,7 @@ __extension__ typedef unsigned long long int __uint64_t; ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment