public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: only export tmpfile64 on 32 bit
@ 2021-02-12  9:25 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2021-02-12  9:25 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=67043f48dc6c4306d64ea394ab0c5b99cf3d30f0

commit 67043f48dc6c4306d64ea394ab0c5b99cf3d30f0
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Feb 12 10:24:54 2021 +0100

    Cygwin: only export tmpfile64 on 32 bit
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/syscalls.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc
index d04b2d9b3..32a155a1c 100644
--- a/winsup/cygwin/syscalls.cc
+++ b/winsup/cygwin/syscalls.cc
@@ -5243,4 +5243,6 @@ tmpfile (void)
   return fp;
 }
 
+#ifdef __i386__
 EXPORT_ALIAS (tmpfile, tmpfile64)
+#endif


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-12  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12  9:25 [newlib-cygwin] Cygwin: only export tmpfile64 on 32 bit Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).