]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/thr_stub.c
Last(?) set of changes before 2.2beta
[openldap] / libraries / libldap_r / thr_stub.c
index f884558ec5e65b715b399839937531d1409d02a5..30af739385de425444732f0215a2d34bf3f6983f 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
@@ -191,4 +191,16 @@ int ldap_pvt_thread_pool_setkey (
 {
        return(0);
 }
+
+void *ldap_pvt_thread_pool_context( )
+{
+       return(NULL);
+}
+
+ldap_pvt_thread_t
+ldap_pvt_thread_self( void )
+{
+       return(0);
+}
+
 #endif /* NO_THREADS */