X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=mutex.h;h=0c862dba08998cc9dab9aa6f33849baa2a71f717;hb=0c5b4087e96cdcfad2d524cc400e54e787ad65c4;hp=85f5f69cee0724069d60d72d9761e2cfc19efccd;hpb=cdd18ad87ed9a3639b76c41cfc9682ad7cce652e;p=fio.git diff --git a/mutex.h b/mutex.h index 85f5f69c..0c862dba 100644 --- a/mutex.h +++ b/mutex.h @@ -13,7 +13,7 @@ struct fio_mutex { extern struct fio_mutex *fio_mutex_init(int); extern void fio_mutex_remove(struct fio_mutex *); -extern inline void fio_mutex_down(struct fio_mutex *); -extern inline void fio_mutex_up(struct fio_mutex *); +extern void fio_mutex_down(struct fio_mutex *); +extern void fio_mutex_up(struct fio_mutex *); #endif