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:
parent
f6bb317565
commit
50d5d808e3
@ -5243,4 +5243,6 @@ tmpfile (void)
|
||||
return fp;
|
||||
}
|
||||
|
||||
#ifdef __i386__
|
||||
EXPORT_ALIAS (tmpfile, tmpfile64)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user