X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/59e0d9fe772464b93d835d2a2964457702469a43..fbd86d4cc20b02a10edcca92fb7ae0a143e63cc4:/include/nl_types.h diff --git a/include/nl_types.h b/include/nl_types.h index 68a285a..fe180d9 100644 --- a/include/nl_types.h +++ b/include/nl_types.h @@ -37,12 +37,12 @@ up-to-date. Many thanks. #include #include <_types.h> -#define NL_SETD 0 +#define NL_SETD 1 #define NL_CAT_LOCALE 1 -#ifndef _NL_ITEM_DECLARED -typedef __osx_nl_item nl_item; -#define _NL_ITEM_DECLARED +#ifndef _NL_ITEM +typedef __darwin_nl_item nl_item; +#define _NL_ITEM #endif typedef void *nl_catd;