From 5bcdf362f3861ff3c23e6d91fb78c09fa969b5e6 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Wed, 14 Jul 1999 23:28:56 +0000 Subject: [PATCH] Remove duplicate 'static' --- libraries/libldap_r/thr_lwp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap_r/thr_lwp.c b/libraries/libldap_r/thr_lwp.c index 6f113c6907..a401b1929a 100644 --- a/libraries/libldap_r/thr_lwp.c +++ b/libraries/libldap_r/thr_lwp.c @@ -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 ); -- 2.39.5