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