Skip to content
Snippets Groups Projects
Commit b6bb2464 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

fix more pthread typos

parent 4d170892
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ void build_store_contents(struct store_t * RESTRICT const store)
* You will NOT have access to stardata here.
*/
#ifdef __HAVE_lIBPTHREAD__
#ifdef __HAVE_LIBPTHREAD__
/*
* Make mutexes for later locking
*/
......@@ -125,7 +125,7 @@ void build_store_contents(struct store_t * RESTRICT const store)
store->built = TRUE;
store->debug_stopping = 0;
}
#ifdef __HAVE_PTHREAD__
#ifdef __HAVE_LIBPTHREAD__
pthread_mutex_unlock(&store->lock);
#endif//__HAVE_PTHREAD__
}
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