X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2Ffgetpos.c;h=50813d2c50eeabac931539e3b72aa97a412fb31e;hb=c9ebff4736128186121424364c1c62224b02aee3;hp=6b45f57f38a540eda6a0f65b85bc341a77e50f68;hpb=5ce3737931bb411a8d167356d4d0287b53b0cbdc;p=musl diff --git a/src/stdio/fgetpos.c b/src/stdio/fgetpos.c index 6b45f57f..50813d2c 100644 --- a/src/stdio/fgetpos.c +++ b/src/stdio/fgetpos.c @@ -1,5 +1,4 @@ #include "stdio_impl.h" -#include "libc.h" int fgetpos(FILE *restrict f, fpos_t *restrict pos) { @@ -9,4 +8,4 @@ int fgetpos(FILE *restrict f, fpos_t *restrict pos) return 0; } -LFS64(fgetpos); +weak_alias(fgetpos, fgetpos64);