X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=mutex.h;h=17380de289a36cb7a76e34870db3c64efd7aa1a5;hb=7d1bb70f3d85d041b4b7dd926e98054fea980bdc;hp=246afeed0675678e24d2535372be5d64d8793ad1;hpb=25f488581e510c1b440f2e76842ec23f3dad7b57;p=fio.git diff --git a/mutex.h b/mutex.h index 246afeed..17380de2 100644 --- a/mutex.h +++ b/mutex.h @@ -26,6 +26,7 @@ enum { extern int __fio_mutex_init(struct fio_mutex *, int); extern struct fio_mutex *fio_mutex_init(int); +extern void __fio_mutex_remove(struct fio_mutex *); extern void fio_mutex_remove(struct fio_mutex *); extern void fio_mutex_up(struct fio_mutex *); extern void fio_mutex_down(struct fio_mutex *);