Full_Name: Aaron Richton Version: HEAD OS: irrelevant URL: Submission from: (NULL) (128.6.31.135)
to allow --without-threads to link. I, Aaron Richton, hereby place the following modifications to OpenLDAP Software (and only these modifications) into the public domain. Hence, these modifications may be freely used and/or redistributed for any purpose with or without attribution and/or other notice.
--- thr_stub.c~ 2009-06-25 14:04:22.000000000 -0400 +++ thr_stub.c 2009-06-25 14:14:39.000000000 -0400 @@ -167,6 +167,14 @@ }
int +ldap_pvt_thread_pool_retract ( + ldap_pvt_thread_pool_t *tpool, + ldap_pvt_thread_start_t *start_routine, void *arg ) +{ + return(0); +} + +int ldap_pvt_thread_pool_maxthreads ( ldap_pvt_thread_pool_t *tpool, int max_threads ) { return(0);