mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Remove duplicate 'static'
This commit is contained in:
parent
eb9f0359ef
commit
5bcdf362f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue