]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/thr_lwp.c
Clarify error string, add comment
[openldap] / libraries / libldap_r / thr_lwp.c
index 6f113c6907768cf3475edac6fa1878789b8ec5a3..3c1dff33890ee2700612f7547fc325e9f779bccd 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
@@ -131,7 +132,7 @@ ldap_pvt_thread_free_stack( int     stackno )
        stacks[stackno].stk_inuse = 0;
 }
 
-static static void
+static void
 lwp_create_stack( void *(*func)(), void *arg, int stackno )
 {
        (*func)( arg );