Re: /usr/include/sys/poll.h problem in cygwin snapshot 2011-04-20
On Apr 21 08:08, Thomas Stalder wrote: > Hello, > > The /usr/include/sys/poll.h file in the latest snapshot is broken. > > --- test.c - > #include > > int main(void) > { > return 0; > } > --
/usr/include/sys/poll.h problem in cygwin snapshot 2011-04-20
Hello, The /usr/include/sys/poll.h file in the latest snapshot is broken. --- test.c - #include int main(void) { return 0; } -- $ gcc a.c In file included from /usr/include/poll.h:11,