X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrdup.c;h=6ed0f832feef21b29ec9871c622c6661c75a7b4b;hp=ac2200e599080243ef9e33d51bb8328e274999d1;hb=1cc4363093c919f79eafac209bb5c41548d3f88f;hpb=5155ca96295a12b4857fc0e6a9629cc43a9a85fa diff --git a/functions/string/strdup.c b/functions/string/strdup.c index ac2200e..6ed0f83 100644 --- a/functions/string/strdup.c +++ b/functions/string/strdup.c @@ -9,7 +9,6 @@ #ifndef REGTEST -#pragma weak strdup char *strdup(const char *s) { char* ns = NULL;