X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstrings.h;h=aa35668c67e57c9e3ad6d38d3b6842372e230106;hp=059e3309a38cf795cea265c8e505620e9f44d88e;hb=50304f2eefb4c79ceaf4605203f3825a35d831c0;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/strings.h b/include/strings.h index 059e3309..aa35668c 100644 --- a/include/strings.h +++ b/include/strings.h @@ -5,13 +5,6 @@ extern "C" { #endif -#undef NULL -#ifdef __cplusplus -#define NULL 0 -#else -#define NULL ((void*)0) -#endif - #define __NEED_size_t #include