From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 648D3385742B; Thu, 14 Jul 2022 09:41:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 648D3385742B Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: drop tmpfile export alias for 32 bit systems X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: ea99f21ce6c8a332845439ea87f792dbaf679d42 X-Git-Newrev: f25e61dfea7ecd9de435cb6b09407c6fe8951983 Message-Id: <20220714094140.648D3385742B@sourceware.org> Date: Thu, 14 Jul 2022 09:41:40 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2022 09:41:40 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Df25e61dfea7= ecd9de435cb6b09407c6fe8951983 commit f25e61dfea7ecd9de435cb6b09407c6fe8951983 Author: Corinna Vinschen Date: Thu Jul 14 11:41:01 2022 +0200 Cygwin: drop tmpfile export alias for 32 bit systems =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/syscalls.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc index b8260b4d1..4c7de57c3 100644 --- a/winsup/cygwin/syscalls.cc +++ b/winsup/cygwin/syscalls.cc @@ -5048,7 +5048,3 @@ tmpfile (void) set_errno (e); return fp; } - -#ifdef __i386__ -EXPORT_ALIAS (tmpfile, tmpfile64) -#endif