From nobody  Fri Oct 31 01:27:01 1997
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.7/8.8.7) id BAA24422;
          Fri, 31 Oct 1997 01:27:01 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199710310927.BAA24422@hub.freebsd.org>
Date: Fri, 31 Oct 1997 01:27:01 -0800 (PST)
From: pondemer@isty-info.uvsq.fr
To: freebsd-gnats-submit@freebsd.org
Subject: The pthread implementation seems not contain the Attributes routines (pthread_attr_init) 
X-Send-Pr-Version: www-1.0

>Number:         4904
>Category:       kern
>Synopsis:       The pthread implementation seems not contain the Attributes routines (pthread_attr_init)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 31 01:30:01 PST 1997
>Closed-Date:    Tue Apr 28 22:48:27 PDT 1998
>Last-Modified:  Tue Apr 28 22:49:12 PDT 1998
>Originator:     pondemer nicolas
>Release:        2.2.1
>Organization:
ISTY
>Environment:
FreeBSD 2.2.1 on AMD K6
>Description:
Even after a make world -DWANT-LIBC_R, the pthread routines are OK (create, detach, join,..)
but the link editor can't find the attributes routine (pthread_attr_init, ...).

And "ar t /usr/lib/libc_r" don't effectively find these object codes.
>How-To-Repeat:
Just write a little programm which uses the pthread_attr_init() function
>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->jb 
Responsible-Changed-By: hoek 
Responsible-Changed-When: Sun Mar 22 21:18:30 PST 1998 
Responsible-Changed-Why:  
Non-kernel threading issues. 
State-Changed-From-To: open->closed 
State-Changed-By: jb 
State-Changed-When: Tue Apr 28 22:48:27 PDT 1998 
State-Changed-Why:  
The attributes routines have been added to libc_r. 
>Unformatted:
