cleanup mbstowcs wrapper
[musl] / src / stdio / getc_unlocked.c
index 203a108..b38dad1 100644 (file)
@@ -6,3 +6,4 @@ int (getc_unlocked)(FILE *f)
 }
 
 weak_alias (getc_unlocked, fgetc_unlocked);
+weak_alias (getc_unlocked, _IO_getc_unlocked);