Date: Sun, 04 Mar 2001 11:19:34 -0800 From: Farooq Mela <fmela0@sm.socccd.cc.ca.us> To: freebsd-hackers@FreeBSD.ORG Subject: pthread_exit proto Message-ID: <3AA29546.7D709D6@sm.socccd.cc.ca.us>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AA29546.7D709D6>