summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
-rw-r--r--thread_pthread.h6
1 files changed, 3 insertions, 3 deletions
@@ -8,8 +8,8 @@
**********************************************************************/
-#ifndef THREAD_PTHREAD_H_INCLUDED
-#define THREAD_PTHREAD_H_INCLUDED
#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 */