Cygwin: drop tmpfile export alias for 32 bit systems

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-07-14 11:41:01 +02:00
parent ea99f21ce6
commit f25e61dfea
1 changed files with 0 additions and 4 deletions

View File

@ -5048,7 +5048,3 @@ tmpfile (void)
set_errno (e);
return fp;
}
#ifdef __i386__
EXPORT_ALIAS (tmpfile, tmpfile64)
#endif