diff options
-rw-r--r-- | thread_pthread.h | 6 |
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 */ |