Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 1998 12:10:13 +0300 (EET DST)
From:      "Jukka A. Ukkonen" <jau@jau.tmt.tele.fi>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/7587: pthread_cancel() is missing from libc_r
Message-ID:  <199808120910.MAA10945@jau.tmt.tele.fi>

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

>Number:         7587
>Category:       bin
>Synopsis:       There is no pthread_cancel() in libc_r.a!!!
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 12 02:20:01 PDT 1998
>Last-Modified:
>Originator:     Jukka A. Ukkonen
>Organization:
Private person
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

	The threaded library libc_r.

>Description:

	There is no pthread_cancel() available in the POSIX thread library.
	One cannot assign a pointer to pthread_cancel(), because such a name
	is not exported from libc_r.a.

>How-To-Repeat:

	nm libc_r.a | fgrep cancel

>Fix:
	
	Add the missing function to the library with the cancel mode
	selector support (ignored, deferred, immediate).


>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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