X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fwchar.h;h=9ceddd57550fc60c386cd3f68c438f4271256fd6;hb=3b00675bf51aef47705d8845de24dec8c6063078;hp=35706c7ff7abaf796d047ae13a315a5165105a1e;hpb=c1a9658bd19245ff0fb52d3da567815d822fb622;p=musl diff --git a/include/wchar.h b/include/wchar.h index 35706c7f..9ceddd57 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -26,12 +26,7 @@ extern "C" { #include -#undef NULL -#ifdef __cplusplus -#define NULL 0 -#else -#define NULL ((void*)0) -#endif +#define NULL 0L #undef WEOF #define WEOF (-1)