X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fsys%2Ftypes.h;fp=include%2Fsys%2Ftypes.h;h=5c6b2090b7fa67d4fff247c7f8618bd6adf3557f;hp=216574ad0ec969795f3c86f7c5620a83f85c2f5c;hb=2555fe1b6da21119f87d407ef3838648d5fd601d;hpb=691b20bec013c7a2758a38bafd21b7649c2cc920 diff --git a/include/sys/types.h b/include/sys/types.h index 216574ad..5c6b2090 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -59,6 +59,14 @@ extern "C" { #ifdef _GNU_SOURCE typedef unsigned long caddr_t; +typedef unsigned char u_char; +typedef unsigned short u_short, ushort; +typedef unsigned u_int, uint; +typedef unsigned long u_long, ulong; +typedef long long quad_t; +typedef unsigned long long u_quad_t; +#include +#include #include #endif