Hello,

Svante Signell, le Thu 22 Jan 2015 10:29:52 +0100, a écrit :
> --- /dev/null
> +++ b/libfshelp/rlock.h
> @@ -0,0 +1,117 @@
> +
> +#ifndef FSHELP_RLOCK_H
> +#define FSHELP_RLOCK_H
> +
> +//#include <pthread.h>

Why not?  That'd avoid copy/pasting the pthread_cond_init

> +extern int pthread_cond_init (pthread_cond_t *__restrict cond,
> +                           const pthread_condattr_t *__restrict attr);

Samuel

Reply via email to