Re: [splint-discuss] Parse error with Linux pthreads (code example)

2004-04-14 Thread Saravana.Rathinam
David Hawkins wrote: Given the following command line arguments (RedHat Linux 9.0 machine, Linux 2.4.20-8 kernel): splint +posixlib buffer_queue.c -I../boolean where I have used a pthread_mutex_t inside the buffer queue implementation to protect it. I'm getting the following parse

Re: [splint-discuss] Parse error with Linux pthreads (code example)

2004-04-14 Thread CBFalconer
Saravana.Rathinam wrote: David Hawkins wrote: Given the following command line arguments (RedHat Linux 9.0 machine, Linux 2.4.20-8 kernel): splint +posixlib buffer_queue.c -I../boolean where I have used a pthread_mutex_t inside the buffer queue implementation to protect it. I'm getting

RE: [splint-discuss] Parse error with Linux pthreads

2004-04-14 Thread David Hawkins
Hi Chuck, Regarding the pthread example code I posted, you wrote: As far as I can see you don't show the line(s) that trigger the parse error. If the fault is in the system headers, then you should see what (if any) extensions are being used therein. The name __sigset_t is in the system

RE: [splint-discuss] Parse error with Linux pthreads

2004-04-14 Thread raymundo.urenda
Hi I'm new to splint, and I need to know if there is any way to get information about variables defined in a file but not used in the project. I do not need other information but this. Tahnk you for your help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]