]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/thr_posix.c
Add valx arg to config_parse_add - indicate which value in the current
[openldap] / libraries / libldap_r / thr_posix.c
index c867e5715bebe9a895b2d8f2c9fb8d23c814c877..ce48b32b53000e919b28449f138745bb055e6422 100644 (file)
@@ -224,7 +224,8 @@ ldap_pvt_thread_yield( void )
 #endif
        return 0;
 #elif HAVE_THR_YIELD
-       return thr_yield();
+       thr_yield();
+       return 0;
 
 #elif HAVE_PTHREADS == 10
        return sched_yield();