Bug 61458 - pthread_mutexattr_setkind_np is not declared in <pthread.h>
Summary: pthread_mutexattr_setkind_np is not declared in <pthread.h>
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.2
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-19 23:26 UTC by Wan-Teh Chang
Modified: 2016-11-24 15:03 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-03-19 23:26:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Wan-Teh Chang 2002-03-19 23:26:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4)
Gecko/20011128 Netscape6/6.2.1

Description of problem:
The function pthread_mutexattr_setkind_np is not declared in
<pthread.h>.

Version-Release number of selected component (if applicable): glibc-2.2.4-13


How reproducible:
Always

Steps to Reproduce:
The following commands and their output show that
pthread_mutexattr_setkind_np is not declared in any
header file under /usr/include.

cmslinux:/usr/include 44% uname -a
Linux cmslinux 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown
cmslinux:/usr/include 45% pwd
/usr/include
cmslinux:/usr/include 46% grep pthread_mutexattr_setkind_np *.h
cmslinux:/usr/include 47% grep pthread_mutexattr_setkind_np */*.h
cmslinux:/usr/include 48%

Actual Results:  Nothing was returned by 'grep'.

Expected Results:  pthread_mutexattr_setkind_np should be declared in <pthread.h>
or some other header file included by <pthread.h>.


Note You need to log in before you can comment on or make changes to this bug.