Bug 36168

Summary: -pthread/_THREAD_SAFE docs missing in gcc(1) info (& _REENTRANT)
Product: Documentation Reporter: John E. Hein <jhein>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John E. Hein 2002-03-21 17:10:01 UTC
	FreeBSD's gcc.info does not contain documentation about -pthread
	as the FreeBSD gcc.1 man page does.

	Then there's the issue of some headers using _REENTRANT and
	some using _THREAD_SAFE (but see bin/36167 for a separate bug on
	that issue)

Fix: 

Update gcc.info to match the man page with respect to -pthread.

	Possibly update the docs to describe _REENTRANT as well pending
	the fix for bin/36167.
How-To-Repeat: 	man gcc
	search for -pthread
	observe positive match

	info gcc
	search for -pthread
	... nope
Comment 1 ru freebsd_committer freebsd_triage 2006-09-21 14:09:28 UTC
State Changed
From-To: open->closed

No longer applies today.