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
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