X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fnl_types.h;h=7c2d48e0f145411c1ef1966cffe787a603894524;hb=312eea2ea4f4363fb01b73660c08bfcf43dd3bb4;hp=ca61efb6ba91fc0eb94dc2f938fbec545ee798e3;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=oweals%2Fmusl.git diff --git a/include/nl_types.h b/include/nl_types.h index ca61efb6..7c2d48e0 100644 --- a/include/nl_types.h +++ b/include/nl_types.h @@ -8,10 +8,8 @@ extern "C" { #define NL_SETD 1 #define NL_CAT_LOCALE 1 -#define __NEED_nl_item -#include - -typedef long nl_catd; +typedef int nl_item; +typedef void *nl_catd; nl_catd catopen (const char *, int); char *catgets (nl_catd, int, int, const char *);