cygwin1.dll build failure

Corinna Vinschen corinna-cygwin@cygwin.com
Mon Aug 7 13:11:07 GMT 2023


On Aug  7 21:46, Takashi Yano wrote:
> After the commit:
> https://cygwin.com/git/?p=newlib-cygwin.git;a=commit;h=3c75fac130b5720068707f67b12f4372abf4ad38
> 
> aio.h and aio.cc cause error on compiling...

Meaning, we never actually saw the restrict keyword when building
Cygwin.

We either have to drop the __restrict from the brackets in the
lio_listio definition, or we have to define and use __restrict_arr
like GLibc's cdefs.h.


Corinna


More information about the Cygwin-developers mailing list