diff options
Diffstat (limited to 'sysdeps/pthread/bits')
-rw-r--r-- | sysdeps/pthread/bits/pthreadtypes.h | 2 | ||||
-rw-r--r-- | sysdeps/pthread/bits/types/struct___pthread_condattr.h (renamed from sysdeps/pthread/bits/condition-attr.h) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/pthread/bits/pthreadtypes.h b/sysdeps/pthread/bits/pthreadtypes.h index c34e2d9..f874219 100644 --- a/sysdeps/pthread/bits/pthreadtypes.h +++ b/sysdeps/pthread/bits/pthreadtypes.h @@ -91,7 +91,7 @@ typedef struct __pthread_mutexattr pthread_mutexattr_t; #include <bits/types/struct___pthread_mutex.h> typedef struct __pthread_mutex pthread_mutex_t; -#include <bits/condition-attr.h> +#include <bits/types/struct___pthread_condattr.h> typedef struct __pthread_condattr pthread_condattr_t; #include <bits/condition.h> diff --git a/sysdeps/pthread/bits/condition-attr.h b/sysdeps/pthread/bits/types/struct___pthread_condattr.h index 0598ae1..d12c0a2 100644 --- a/sysdeps/pthread/bits/condition-attr.h +++ b/sysdeps/pthread/bits/types/struct___pthread_condattr.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_CONDITION_ATTR_H -#define _BITS_CONDITION_ATTR_H 1 +#ifndef _BITS_TYPES_STRUCT___PTHREAD_CONDATTR +#define _BITS_TYPES_STRUCT___PTHREAD_CONDATTR 1 #include <bits/types.h> @@ -30,4 +30,4 @@ struct __pthread_condattr __clockid_t __clock; }; -#endif /* bits/condition.h */ +#endif /* bits/types/struct___pthread_condattr.h */ |