On Sun, Jul 2, 2017 at 8:07 PM, Richard Z <r...@linux-m68k.org> wrote:
> Hi, > > noticed that the code still has > > #ifdef __CYGWIN__ > #include <sys/file.h> > #define fcntl(fd,cmd,fl) 0 > #endif > on my cygwin it compiles and pass buildin tests without code above