X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2Ffreopen.c;h=615d4b47bdbe8ef32bc84a4c58b708dc78aa8299;hb=6aeb9c6703670649ee09b3c8575fb428168bb75c;hp=6d6d21d2a2147f6246ff5f768e5047035585719c;hpb=5ce3737931bb411a8d167356d4d0287b53b0cbdc;p=musl diff --git a/src/stdio/freopen.c b/src/stdio/freopen.c index 6d6d21d2..615d4b47 100644 --- a/src/stdio/freopen.c +++ b/src/stdio/freopen.c @@ -1,7 +1,6 @@ #include "stdio_impl.h" #include #include -#include "libc.h" /* The basic idea of this implementation is to open a new FILE, * hack the necessary parts of the new FILE into the old one, then @@ -51,4 +50,4 @@ fail: return NULL; } -LFS64(freopen); +weak_alias(freopen, freopen64);