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. --- include/pthread.h | 7 ------- sysdeps/pthread/pthread.h | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 include/pthread.h create mode 100644 sysdeps/pthread/pthread.h diff --git a/include/pthread.h b/include/pthread.h deleted file mode 100644 index 1d4d3c7..0000000 --- a/include/pthread.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef _PTHREAD_H -#include - -extern int __pthread_mutex_lock (pthread_mutex_t *__mutex); -extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex); - -#endif 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