This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Metuki Sabhe <sabhe dot metuki at gmail dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 10 Mar 2008 20:54:42 +0100
- Subject: Re: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared
- References: <549992e50803101216u48e3278cg804009289fd3c479@mail.gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
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