Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
be410bf2
Commit
be410bf2
authored
Apr 16, 2003
by
Howard Chu
Browse files
Add ldap_pvt_thread_pool_context() stub for NO_THREADS builds
parent
669aa362
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap_r/thr_stub.c
View file @
be410bf2
...
...
@@ -192,6 +192,11 @@ int ldap_pvt_thread_pool_setkey (
return
(
0
);
}
void
*
ldap_pvt_thread_pool_context
(
ldap_pvt_thread_pool_t
*
tpool
)
{
return
(
NULL
);
}
ldap_pvt_thread_t
ldap_pvt_thread_self
(
void
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment