diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 02:10:15 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 02:10:57 +0100 |
commit | e900467cf8c98913d56098db688f28bbad883641 (patch) | |
tree | c2ea2edaecc18b2ab6e6b26f16ef39579d2f9dc7 /sysdeps/mach | |
parent | 1b2018c046c879e8a83673865dcb27e683eafcfc (diff) |
Move bits/mutex.h to bits/types/struct___pthread_mutex.h
* sysdeps/mach/hurd/bits/mutex.h: Move file to...
* sysdeps/mach/hurd/bits/types/struct___pthread_mutex.h: ... here.
* sysdeps/pthread/bits/mutex.h: Move file to...
* sysdeps/pthread/bits/types/struct___pthread_mutex.h: ... here.
* Makefile (headers): Update accordingly.
* sysdeps/generic/pthread.h: Likewise.
* sysdeps/pthread/bits/pthreadtypes.h: Likewise.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/bits/types/struct___pthread_mutex.h (renamed from sysdeps/mach/hurd/bits/mutex.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/bits/mutex.h b/sysdeps/mach/hurd/bits/types/struct___pthread_mutex.h index 2d5625b..c6d356d 100644 --- a/sysdeps/mach/hurd/bits/mutex.h +++ b/sysdeps/mach/hurd/bits/types/struct___pthread_mutex.h @@ -16,8 +16,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _BITS_MUTEX_H -#define _BITS_MUTEX_H 1 +#ifndef _BITS_TYPES_STRUCT___PTHREAD_MUTEX_H +#define _BITS_TYPES_STRUCT___PTHREAD_MUTEX_H 1 #include <bits/mutex-attr.h> @@ -46,4 +46,4 @@ struct __pthread_mutex #define __PTHREAD_RECURSIVE_MUTEX_INITIALIZER \ { 0, 0, 0, 0, __PTHREAD_MUTEX_RECURSIVE + 1, 0, 0, 0 } -#endif /* bits/mutex.h */ +#endif /* bits/types/struct___pthread_mutex.h */ |