X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fenv%2Fputenv.c;h=dce8c8288aeb3a1645912ace317a65aa3ee21b4a;hb=bd3b9c4ca5e93f10f7fd891b8c07cc0c5dfd198f;hp=20f96022ab4c73248c8544def02b1bf9ba5968e0;hpb=13d1afa46f8098df290008c681816c9eb89ffbdb;p=musl diff --git a/src/env/putenv.c b/src/env/putenv.c index 20f96022..dce8c828 100644 --- a/src/env/putenv.c +++ b/src/env/putenv.c @@ -1,7 +1,6 @@ #include #include #include -#include "libc.h" static void dummy(char *old, char *new) {} weak_alias(dummy, __env_rm_add);