Cygwin: only export tmpfile64 on 32 bit
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
62ee6581a5
commit
67043f48dc
|
@ -5243,4 +5243,6 @@ tmpfile (void)
|
|||
return fp;
|
||||
}
|
||||
|
||||
#ifdef __i386__
|
||||
EXPORT_ALIAS (tmpfile, tmpfile64)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue