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_attr.h (renamed from sysdeps/pthread/bits/thread-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 1ff4996..fc5bc5b 100644 --- a/sysdeps/pthread/bits/pthreadtypes.h +++ b/sysdeps/pthread/bits/pthreadtypes.h @@ -62,7 +62,7 @@ enum __pthread_detachstate __PTHREAD_CREATE_DETACHED }; -#include <bits/thread-attr.h> +#include <bits/types/struct___pthread_attr.h> typedef struct __pthread_attr pthread_attr_t; enum __pthread_mutex_protocol diff --git a/sysdeps/pthread/bits/thread-attr.h b/sysdeps/pthread/bits/types/struct___pthread_attr.h index 3b1591f..44f9543 100644 --- a/sysdeps/pthread/bits/thread-attr.h +++ b/sysdeps/pthread/bits/types/struct___pthread_attr.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_THREAD_ATTR_H -#define _BITS_THREAD_ATTR_H 1 +#ifndef _BITS_TYPES_STRUCT___PTHREAD_ATTR +#define _BITS_TYPES_STRUCT___PTHREAD_ATTR 1 #include <sched.h> @@ -42,4 +42,4 @@ struct __pthread_attr int __schedpolicy; }; -#endif /* bits/thread-attr.h */ +#endif /* bits/types/struct___pthread_attr.h */ |