]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/thr_thr.c
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
[openldap] / libraries / libldap_r / thr_thr.c
index 54f2b6ba94d89b2f34ca981bc4ec76ca853a2067..bb3b10d6b73b4df31a3de92f8dc1fde16ea29bca 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
 /* 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)
 {