X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap_r%2Fthr_thr.c;h=bb3b10d6b73b4df31a3de92f8dc1fde16ea29bca;hb=403f4479bc9f9a864122d4aeecf7284408918302;hp=54f2b6ba94d89b2f34ca981bc4ec76ca853a2067;hpb=72ba4cfb715001d30a6e48a2d7012f060f29d684;p=openldap diff --git a/libraries/libldap_r/thr_thr.c b/libraries/libldap_r/thr_thr.c index 54f2b6ba94..bb3b10d6b7 100644 --- a/libraries/libldap_r/thr_thr.c +++ b/libraries/libldap_r/thr_thr.c @@ -1,3 +1,4 @@ +/* $OpenLDAP$ */ /* * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. @@ -11,10 +12,11 @@ /* thr_thr.c - wrappers around solaris threads */ #include "portable.h" -#include "ldap_pvt_thread.h" #if defined( HAVE_THR ) +#include "ldap_pvt_thread.h" + /******************* * * * Solaris Threads * @@ -30,6 +32,12 @@ ldap_pvt_thread_initialize( void ) return 0; } +int +ldap_pvt_thread_destroy( void ) +{ + return 0; +} + int ldap_pvt_thread_set_concurrency(int n) {