mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
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;
|
return fp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __i386__
|
||||||
EXPORT_ALIAS (tmpfile, tmpfile64)
|
EXPORT_ALIAS (tmpfile, tmpfile64)
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user