musl: add a few more glibc types to includes
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 Jun 2014 22:25:46 +0000 (22:25 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 29 Jun 2014 22:25:46 +0000 (22:25 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41398 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/musl/include/sys/glibc-types.h

index baa7eb5..fa0684c 100644 (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