fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / fputc.c
index 6a144a5429f682fc5b79329cb309d28fc2a528e1..92762c98f8ccf28312140d0df717441483e15e79 100644 (file)
@@ -8,5 +8,3 @@ int fputc(int c, FILE *f)
        __unlockfile(f);
        return c;
 }
-
-weak_alias(fputc, putc);