Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105306 - l-posix3.xml: Parenthsis error
Summary: l-posix3.xml: Parenthsis error
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Łukasz Damentko (RETIRED)
URL: http://www.gentoo.org/doc/en/articles...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 14:12 UTC by Scott Chamberlain
Modified: 2005-09-10 14:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Chamberlain 2005-09-08 14:12:57 UTC
if (pthread_mutex_lock&(mycontrol->mutex))) should be
if (pthread_mutex_lock(&(mycontrol->mutex)))

Reproducible: Always
Steps to Reproduce:
Comment 1 Łukasz Damentko (RETIRED) gentoo-dev 2005-09-10 14:37:07 UTC
Fixed in CVS, thanks.