public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] libc: Replace i386/sys/fenv.h symlink with an #include shim
@ 2020-05-16 12:43 David Macek
  2020-05-19  9:51 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: David Macek @ 2020-05-16 12:43 UTC (permalink / raw)
  To: cygwin-patches

Same reasoning as fbaa0967.

Signed-off-by: David Macek <david.macek.0@gmail.com>
---

Excuse my ignorance, but is this acceptable?  I'm not sure
what actually happens with these files, but it'd be nice to
get rid of the last symlink in the repo.

 newlib/libc/machine/i386/sys/fenv.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
 mode change 120000 => 100644 newlib/libc/machine/i386/sys/fenv.h

diff --git a/newlib/libc/machine/i386/sys/fenv.h b/newlib/libc/machine/i386/sys/fenv.h
deleted file mode 120000
index 218057825e..0000000000
--- a/newlib/libc/machine/i386/sys/fenv.h
+++ /dev/null
@@ -1 +0,0 @@
-../../x86_64/sys/fenv.h
\ No newline at end of file
diff --git a/newlib/libc/machine/i386/sys/fenv.h b/newlib/libc/machine/i386/sys/fenv.h
new file mode 100644
index 0000000000..d2c41a6d5a
--- /dev/null
+++ b/newlib/libc/machine/i386/sys/fenv.h
@@ -0,0 +1,5 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
+
+#include "../../x86_64/sys/fenv.h"
-- 
2.26.2.windows.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] libc: Replace i386/sys/fenv.h symlink with an #include shim
  2020-05-16 12:43 [PATCH] libc: Replace i386/sys/fenv.h symlink with an #include shim David Macek
@ 2020-05-19  9:51 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2020-05-19  9:51 UTC (permalink / raw)
  To: cygwin-patches

On May 16 14:43, David Macek via Cygwin-patches wrote:
> Same reasoning as fbaa0967.

This patch should go to the newlib mailing list, not here.  Please add a
bit more context than just the SHA-1 in the commit message and ideally
plewase CC Joel Sherrill, the author of the original patch.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-19  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16 12:43 [PATCH] libc: Replace i386/sys/fenv.h symlink with an #include shim David Macek
2020-05-19  9:51 ` 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).