diff options
Diffstat (limited to 'lib/pthread.c')
-rw-r--r-- | lib/pthread.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pthread.c b/lib/pthread.c new file mode 100644 index 00000000..a7de6376 --- /dev/null +++ b/lib/pthread.c @@ -0,0 +1,3 @@ +#include <config.h> +#define _GL_PTHREAD_INLINE _GL_EXTERN_INLINE +#include "pthread.h" |