X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Fstring%2Fstrdup.c;h=6ed0f832feef21b29ec9871c622c6661c75a7b4b;hp=ac2200e599080243ef9e33d51bb8328e274999d1;hb=f7a440b9c7bb0c686dc2368c4ff53b20bf6371f8;hpb=bb22ff7ecd9fe8f4641484df12ad629cd8ee27ac 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;