Re: [Mingw-w64-public] pipe()

2018-10-07 Thread Jacek Caban
Hi Adam, On 09/24/2018 01:55 PM, Adam Borowski wrote: > Hi! > It looks like mingw adds more and more POSIX functions to the crt. > For example, gettimeofday() is now misc/gettimeofday.c, etc. > > Thus, what about pipe()? I noticed that in the "compat" part of a program > of mine the only piece st

[Mingw-w64-public] pipe()

2018-10-07 Thread Adam Borowski
Hi! It looks like mingw adds more and more POSIX functions to the crt. For example, gettimeofday() is now misc/gettimeofday.c, etc. Thus, what about pipe()? I noticed that in the "compat" part of a program of mine the only piece still used is: #ifndef HAVE_PIPE int pipe(int p[2]) { if (!Crea