X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Flocale.h;h=f6a29b2ad014efeb9cdd4965c29f6e1e5f4199d1;hp=9da47269e042a0483e323a86c926a1f941d0d81f;hb=a6367a17d5f77848e8313b1e5e42698aec92908d;hpb=131b5be2f44012ae952f5883e13c1ae72ce3b033 diff --git a/include/locale.h b/include/locale.h index 9da47269..f6a29b2a 100644 --- a/include/locale.h +++ b/include/locale.h @@ -5,12 +5,9 @@ extern "C" { #endif -#undef NULL -#ifdef __cplusplus -#define NULL 0 -#else -#define NULL ((void*)0) -#endif +#include + +#define NULL 0L #define LC_CTYPE 0 #define LC_NUMERIC 1