public inbox for cygwin-developers@cygwin.com
 help / color / mirror / Atom feed
* cygwin1.dll build failure
@ 2023-08-07 12:46 Takashi Yano
  2023-08-07 13:11 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Yano @ 2023-08-07 12:46 UTC (permalink / raw)
  To: cygwin-developers

After the commit:
https://cygwin.com/git/?p=newlib-cygwin.git;a=commit;h=3c75fac130b5720068707f67b12f4372abf4ad38

aio.h and aio.cc cause error on compiling...

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: cygwin1.dll build failure
  2023-08-07 12:46 cygwin1.dll build failure Takashi Yano
@ 2023-08-07 13:11 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2023-08-07 13:11 UTC (permalink / raw)
  To: cygwin-developers

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

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

end of thread, other threads:[~2023-08-07 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-07 12:46 cygwin1.dll build failure Takashi Yano
2023-08-07 13:11 ` 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).