X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffeof.c;h=5d7f4b02332b8825f01dd6745ed08bf4ffa66602;hb=2d93d6446191def352b8913e859d6104f1398c72;hp=f2b739b5c89507291c101ed6e237d8ad719666c7;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/stdio/feof.c b/src/stdio/feof.c index f2b739b5..5d7f4b02 100644 --- a/src/stdio/feof.c +++ b/src/stdio/feof.c @@ -8,3 +8,4 @@ int feof(FILE *f) } weak_alias(feof, feof_unlocked); +weak_alias(feof, _IO_feof_unlocked);