This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared


On Mon, Mar 10, 2008 at 09:16:27PM +0200, Metuki Sabhe wrote:
> Can someone please shed some light here ?

info libc 'Feature Test Macros'

You need -D_GNU_SOURCE, -D_XOPEN_SOURCE=500 or -D_XOPEN_SOURCE=600
in this case.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]