From de1a908af2944e6601fb14f88933abebd02649e1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 3 Aug 2017 11:52:22 +0200 Subject: Move pthread.h to where glibc will find it * include/pthread.h: Move to... * sysdeps/pthread/pthread.h: ... here. --- sysdeps/pthread/pthread.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sysdeps/pthread/pthread.h (limited to 'sysdeps') diff --git a/sysdeps/pthread/pthread.h b/sysdeps/pthread/pthread.h new file mode 100644 index 0000000..1d4d3c7 --- /dev/null +++ b/sysdeps/pthread/pthread.h @@ -0,0 +1,7 @@ +#ifndef _PTHREAD_H +#include + +extern int __pthread_mutex_lock (pthread_mutex_t *__mutex); +extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex); + +#endif -- cgit v1.2.3