X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fferror.c;h=8288a93d96713babe9dc76ae5dab03a2aab14037;hb=7650390de8f72822ec0d4a9fb5b52efcf0be4698;hp=f535fbeda07ff8ef4f04f04ad17d956001548ce9;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/stdio/ferror.c b/src/stdio/ferror.c index f535fbed..8288a93d 100644 --- a/src/stdio/ferror.c +++ b/src/stdio/ferror.c @@ -8,3 +8,4 @@ int ferror(FILE *f) } weak_alias(ferror, ferror_unlocked); +weak_alias(ferror, _IO_ferror_unlocked);