Cygwin: drop tmpfile export alias for 32 bit systems
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
ea99f21ce6
commit
f25e61dfea
|
@ -5048,7 +5048,3 @@ tmpfile (void)
|
||||||
set_errno (e);
|
set_errno (e);
|
||||||
return fp;
|
return fp;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __i386__
|
|
||||||
EXPORT_ALIAS (tmpfile, tmpfile64)
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue