Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 1997 03:26:34 GMT
From:      Eric Frias <efrias@functional.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   misc/4316: pthread_cleanup_{push|pop} nonexistent
Message-ID:  <199708170326.DAA20325@efrias.async.vt.edu>
Resent-Message-ID: <199708170730.AAA14565@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4316
>Category:       misc
>Synopsis:       pthread_cleanup_{push|pop} nonexistent
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 17 00:30:01 PDT 1997
>Last-Modified:
>Originator:     Eric Frias
>Organization:
FIS Technologies
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

Standard 2.2.2 installation

>Description:

The functions pthread_cleanup_push and pthread_cleanup_pop aren't in libc_r
where they are supposed to be.  "man pthread" says that they exist, but
they really don't.  There are functions _thread_cleanup_push and 
_thread_cleanup_pop which should probably be renamed.

>How-To-Repeat:

Compile anything with that function.

>Fix:
	
Remove the pthread_cleanup_* functions from the pthread man page or add
them to libc_r.
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708170326.DAA20325>