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

Fix HAVE_PTHREAD_D4 -> HAVE_PTHREADS_D4

parent dfc9a1c2
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ start_replica_thread(
pthread_attr_setdetachstate( &attr, PTHREAD_CREATE_DETACHED );
#endif
#if !defined(HAVE_PTHREAD_D4)
#if !defined(HAVE_PTHREADS_D4)
/* POSIX_THREADS or compatible
* This is a draft 10 or standard pthreads implementation
*/
......
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