fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / getc_unlocked.c
index 203a1081f9981a28668b44ffaee47a3bb13a74e6..b38dad1672b8ae33bfeb1ee7d4a21e9d84c208ad 100644 (file)
@@ -6,3 +6,4 @@ int (getc_unlocked)(FILE *f)
 }
 
 weak_alias (getc_unlocked, fgetc_unlocked);
+weak_alias (getc_unlocked, _IO_getc_unlocked);