Skip to content
Snippets Groups Projects
Commit e77708e5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add prototypes for check functions provided by Stuart Lynne

parent 3780fa47
No related branches found
No related tags found
No related merge requests found
......@@ -31,4 +31,10 @@ int pthread_rdwr_runlock_np(pthread_rdwr_t *rdwrp);
int pthread_rdwr_wlock_np(pthread_rdwr_t *rdwrp);
int pthread_rdwr_wunlock_np(pthread_rdwr_t *rdwrp);
#ifdef LDAP_DEBUG
int pthread_rdwr_rchk_np(pthread_rdwr_t *rdwrp);
int pthread_rdwr_wchk_np(pthread_rdwr_t *rdwrp);
int pthread_rdwr_rwchk_np(pthread_rdwr_t *rdwrp);
#endif /* LDAP_DEBUG */
#endif /* _LTHREAD_RDWR_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment