Skip to content
Snippets Groups Projects
Commit 5bcdf362 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Remove duplicate 'static'

parent eb9f0359
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment