Date: Thu, 17 Feb 2000 04:52:27 -0500 From: "Thimble Smith" <tim@mysql.com> To: current@freebsd.org Subject: pthread.h and unistd.h Message-ID: <20000217045227.S2611@threads.polyesthetic.msg>
next in thread | raw e-mail | index | archive | help
Hi. I recently updated from -stable to -current. I notice now that pthread.h relies on #defines that are in unistd.h; so in order to use pthread_attr_setscope you have to include unistd.h before pthread.h. Is this standard behaviour? I'm working with MySQL, and unistd.h is included after pthread.h; should I have that code changed, or should FreeBSD somehow compensate for this? Thanks, Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000217045227.S2611>