summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index f97ed59582..04254d7312 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -8,8 +8,8 @@
**********************************************************************/
-#ifndef THREAD_PTHREAD_H_INCLUDED
-#define THREAD_PTHREAD_H_INCLUDED
+#ifndef RUBY_THREAD_PTHREAD_H
+#define RUBY_THREAD_PTHREAD_H
#include <pthread.h>
typedef pthread_t rb_thread_id_t;
@@ -21,4 +21,4 @@ typedef struct native_thread_data_struct {
pthread_cond_t sleep_cond;
} native_thread_data_t;
-#endif /* THREAD_PTHREAD_H_INCLUDED */
+#endif /* RUBY_THREAD_PTHREAD_H */