diff options
Diffstat (limited to 'libgfortran/io/async.h')
-rw-r--r-- | libgfortran/io/async.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/io/async.h b/libgfortran/io/async.h index 4ddb498..c747bc5 100644 --- a/libgfortran/io/async.h +++ b/libgfortran/io/async.h @@ -337,8 +337,8 @@ struct adv_cond typedef struct async_unit { - pthread_mutex_t io_lock; /* Lock for doing actual I/O. */ - pthread_mutex_t lock; /* Lock for manipulating the queue structure. */ + __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */ + __gthread_mutex_t lock; /* Lock for manipulating the queue structure. */ bool empty; struct { |