4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-02 04:20:28 +08:00

Cygwin: only export tmpfile64 on 32 bit

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-02-12 10:24:54 +01:00 committed by Ken Brown
parent f6bb317565
commit 50d5d808e3

View File

@ -5243,4 +5243,6 @@ tmpfile (void)
return fp;
}
#ifdef __i386__
EXPORT_ALIAS (tmpfile, tmpfile64)
#endif