X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstring.h;h=ff9badb9c307fc687c18d53c3ed64a64aacdcabd;hb=61b1d102129990f6e903c6ddcf46c7d79d1a1e99;hp=c2f8eb558c502a5b36b6dd896c89c4a6b2f4b67e;hpb=769fd4ce202225ba1f2621bbefb803ee9a268ebf;p=musl diff --git a/include/string.h b/include/string.h index c2f8eb55..ff9badb9 100644 --- a/include/string.h +++ b/include/string.h @@ -7,9 +7,8 @@ extern "C" { #include -#undef NULL #ifdef __cplusplus -#define NULL 0 +#define NULL 0L #else #define NULL ((void*)0) #endif