Hi, Could someone with CVS write access make the following change in pthread.h void pthread_exit __P((void *)); to void pthread_exit __P((void *)) __dead2; as this function doesnt return and gcc is giving me some annoying warnings ;-) BTW, what is the standard mechanism for submitting a patch such as this. I know this probably isn't the really correct place to post this... --- -farooq To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: pthread_exit proto Farooq Mela
- Re: pthread_exit proto Alfred Perlstein
- Re: pthread_exit proto Farooq Mela
- Re: pthread_exit proto Farooq Mela
- Re: pthread_exit proto Alfred Perlstein
- Re: pthread_exit proto E.B. Dreger
- Re: pthread_exit proto John Baldwin
- Re: pthread_exit proto Brooks Davis