move core memalign code from aligned_alloc to __memalign
[musl] / src / stdio / fgetc.c
index 4d8aca3..e122416 100644 (file)
@@ -9,5 +9,3 @@ int fgetc(FILE *f)
        __unlockfile(f);
        return c;
 }
-
-weak_alias(fgetc, getc);