This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 <poll.h>
> 
> int main(void)
> {
>     return 0;
> }
> ----------------------------------------------------------
> 
> $ gcc a.c
> In file included from /usr/include/poll.h:11,
>                  from a.c:1:
> /usr/include/sys/poll.h:43: error: expected ÃâË;Ãââ, ÃâË,Ãââ or
> ÃâË)Ãââ before ÃâË*Ãââ token
> 
> Find a patch in attachment to correct the problem.

Thanks, applied.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]