Re: [PATCH v2] Cygwin: Make gcc-specific code in compiler-agnostic

2023-07-10 Thread Corinna Vinschen
On Jul 9 00:59, Mark Geisert wrote: > The current version of cannot be compiled by Clang due to > the use of builtin versions of malloc, free, and memset. Their presence > here was a dubious optimization anyway, so their usage has been > converted to standard library functions. > > The use of

Re: [PATCH 1/2] Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.

2023-07-10 Thread Corinna Vinschen
On Jul 8 07:59, Takashi Yano wrote: > Hi Corinna, > > On Fri, 7 Jul 2023 11:46:15 +0200 > Corinna Vinschen wrote: > > On Jul 7 12:34, Takashi Yano wrote: > > > diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc > > > index 18e0f3097..2aae2fd65 100644 > > > ---