X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2Ffsetpos.c;h=77ab8d820603401a71804a85cc4d005eaa22ad60;hb=59b64ff686cef2a87e9552658b2c8d2531f87176;hp=6310424ed4caca93bbb9a79dce646f8894eaea47;hpb=2fae10f887b48b809bac56e4ff8a5c3fd4525de3;p=musl diff --git a/src/stdio/fsetpos.c b/src/stdio/fsetpos.c index 6310424e..77ab8d82 100644 --- a/src/stdio/fsetpos.c +++ b/src/stdio/fsetpos.c @@ -5,4 +5,4 @@ int fsetpos(FILE *f, const fpos_t *pos) return __fseeko(f, *(const long long *)pos, SEEK_SET); } -LFS64(fsetpos); +weak_alias(fsetpos, fsetpos64);