This is the mail archive of the libc-alpha@sources.redhat.com 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]

[deekoo@tentacle.net] libc/1829: PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP missing from pthread.h



Hi glibc folks,

PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP is mentioned in the manual:

linuxthreads/linuxthreads.texi:recursive mutexes), and @code{PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP}

but it's not available in glibc 2.1.3 and the development version of
2.2.  Can somebody please update the documentation?

Thanks,
Andreas 

Subject: Topics

Topics:
   libc/1829: PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP missing from pthread.h




>Number:         1829
>Category:       libc
>Synopsis:       PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP missing from pthread.h
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    libc-gnats
>State:          open
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Mon Jul 24 08:30:02 EDT 2000
>Last-Modified:
>Originator:     deekoo@tentacle.net
>Organization:
net
>Release:        glibc-2.1.3
>Environment:
Linux, glibc version 2.1.3, using Red Hat's glibc-devel-2.1.3-15 rpm.
>Description:
The man page for the pthread_mutex_* functions documents a static
initializer (PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP) for
error-checking mutexes.  Said static initializer isn't present in
pthread.h.
>How-To-Repeat:
#include <pthread.h>
pthread_mutex_t mutex=PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP%3
>Fix:
>Audit-Trail:
>Unformatted:





-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de

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