X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flocale.h;h=f6a29b2ad014efeb9cdd4965c29f6e1e5f4199d1;hb=ae4b0b96d63fe3cbd70008350f998570c9e91f7f;hp=9da47269e042a0483e323a86c926a1f941d0d81f;hpb=131b5be2f44012ae952f5883e13c1ae72ce3b033;p=musl 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