aboutsummaryrefslogtreecommitdiff
path: root/include/threadengines/threadengine_pthread.h
diff options
context:
space:
mode:
authorGravatar Justin Crawford2012-04-14 18:03:25 -0700
committerGravatar Justin Crawford2012-04-14 18:03:25 -0700
commitdf5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (patch)
tree99832ce14180b5d237bfe597b99a4accfd695cae /include/threadengines/threadengine_pthread.h
parentMerge pull request #53 from SaberUK/clang-analyze (diff)
Fixes for bug #12
Diffstat (limited to 'include/threadengines/threadengine_pthread.h')
-rw-r--r--include/threadengines/threadengine_pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h
index 6124f4cf9..d5c7696af 100644
--- a/include/threadengines/threadengine_pthread.h
+++ b/include/threadengines/threadengine_pthread.h
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#ifndef __THREADENGINE_PTHREAD__
-#define __THREADENGINE_PTHREAD__
+#ifndef THREADENGINE_PTHREAD
+#define THREADENGINE_PTHREAD
#include <pthread.h>
#include "typedefs.h"