Re: #define _POSIX_REALTIME_SIGNALS causes parse error in sys/signal.h

2003-07-15 Thread Christopher Faylor
1:52 PM >Subject: Re: #define _POSIX_REALTIME_SIGNALS causes parse error in >sys/signal.h > >>What about the declaration of "siginfo_t" ~100 lines earlier? > >Yup, that's it - I started a separate thread to ask this one. It's >there, but guarded with #if

Re: #define _POSIX_REALTIME_SIGNALS causes parse error in sys/signal.h

2003-07-15 Thread Christopher Faylor
On Tue, Jul 15, 2003 at 07:52:07PM +0200, Attila Szegedi wrote: >When I try to compile a sample .c file containing only these two lines: > >#define _POSIX_REALTIME_SIGNALS >#include > >I get these parse errors: > >$ gcc sample.c >In file included from /usr/include/signal.h:5, > fro

Re: #define _POSIX_REALTIME_SIGNALS causes parse error in sys/signal.h

2003-07-15 Thread Attila Szegedi
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Attila Szegedi" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 15, 2003 11:52 PM Subject: Re: #define _POSIX_REALTIME_SIGNALS causes parse error in sys/signal

Re: #define _POSIX_REALTIME_SIGNALS causes parse error in sys/signal.h

2003-07-15 Thread Igor Pechtchanski
On Tue, 15 Jul 2003, Attila Szegedi wrote: > - Original Message - > > > Try staring long and hard at the output of "gcc -E sample.c"... ;-) > > Okay. After preprocessing these lines read (modulo e-mail introduced line > breaks): > > int __attribute__((__cdecl__)) sigwaitinfo (const sigset_

Re: #define _POSIX_REALTIME_SIGNALS causes parse error in sys/signal.h

2003-07-15 Thread Attila Szegedi
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Attila Szegedi" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 15, 2003 8:30 PM Subject: Re: #define _POSIX_REALTIME_SIGNALS causes parse error in sys/signal.h

Re: #define _POSIX_REALTIME_SIGNALS causes parse error in sys/signal.h

2003-07-15 Thread Igor Pechtchanski
On Tue, 15 Jul 2003, Attila Szegedi wrote: > When I try to compile a sample .c file containing only these two lines: > > #define _POSIX_REALTIME_SIGNALS > #include > > I get these parse errors: > > $ gcc sample.c > In file included from /usr/include/signal.h:5, > from sample.c:2: