Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237421 | Differences between
and this patch

Collapse All | Expand All

(-)visual-3.2.9/include/platlinux.h.orig (-1 / +1 lines)
Lines 24-30 Link Here
24
	pthread_mutex_t mtx;
24
	pthread_mutex_t mtx;
25
  
25
  
26
 public:
26
 public:
27
	typedef lock<mutex> lock;
27
	typedef ::lock<mutex> lock;
28
28
29
	mutex(int spincount=0, int count=1);
29
	mutex(int spincount=0, int count=1);
30
	~mutex();
30
	~mutex();

Return to bug 237421