From ed9fe4559ca16bd11a3ab7144951b97b9378608b Mon Sep 17 00:00:00 2001 From: Thomas Pfaff Date: Thu, 9 Jan 2003 20:40:44 +0000 Subject: Applied cond_init patch --- winsup/cygwin/pthread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/pthread.cc') diff --git a/winsup/cygwin/pthread.cc b/winsup/cygwin/pthread.cc index 30d048047..09a494d2a 100644 --- a/winsup/cygwin/pthread.cc +++ b/winsup/cygwin/pthread.cc @@ -349,7 +349,7 @@ pthread_cond_destroy (pthread_cond_t * cond) int pthread_cond_init (pthread_cond_t * cond, const pthread_condattr_t * attr) { - return __pthread_cond_init (cond, attr); + return pthread_cond::init (cond, attr); } int -- cgit v1.2.3