X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=pshared.h;h=f33be4627f26dd1b25255bd6c15b1449d8822366;hb=8cb1dbbea2a79edfc55597fb36cb910876ddb4a3;hp=a58df6fe0b453802843eaed0ec990199c9a62752;hpb=ae626d4ead6416adf464cf209cdf3e8b85d58190;p=fio.git diff --git a/pshared.h b/pshared.h index a58df6fe..f33be462 100644 --- a/pshared.h +++ b/pshared.h @@ -3,6 +3,7 @@ #include +extern int mutex_init_pshared_with_type(pthread_mutex_t *, int); extern int mutex_init_pshared(pthread_mutex_t *); extern int cond_init_pshared(pthread_cond_t *); extern int mutex_cond_init_pshared(pthread_mutex_t *, pthread_cond_t *);