]> git.sur5r.net Git - openldap/commitdiff
Remove duplicate 'static'
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 14 Jul 1999 23:28:56 +0000 (23:28 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 14 Jul 1999 23:28:56 +0000 (23:28 +0000)
libraries/libldap_r/thr_lwp.c

index 6f113c6907768cf3475edac6fa1878789b8ec5a3..a401b1929af08d53ddbd6f12f30353d6b95865e2 100644 (file)
@@ -131,7 +131,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 );