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
parent 62ee6581a5
commit 67043f48dc
1 changed files with 2 additions and 0 deletions

View File

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