Added qurt stub for pthread_cont_init

Updated to latest DriverFramework

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-11-19 20:15:14 -08:00
parent 34410e7ce4
commit 59b1e6b559
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -130,3 +130,8 @@ int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const s
{
return 1;
}
int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr)
{
return 1;
}