aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/bits/types/struct___pthread_attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/bits/types/struct___pthread_attr.h')
-rw-r--r--sysdeps/htl/bits/types/struct___pthread_attr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/htl/bits/types/struct___pthread_attr.h b/sysdeps/htl/bits/types/struct___pthread_attr.h
index 5c4b4e6..2299c01 100644
--- a/sysdeps/htl/bits/types/struct___pthread_attr.h
+++ b/sysdeps/htl/bits/types/struct___pthread_attr.h
@@ -19,7 +19,7 @@
#ifndef _BITS_TYPES_STRUCT___PTHREAD_ATTR
#define _BITS_TYPES_STRUCT___PTHREAD_ATTR 1
-#include <bits/types/struct___sched_param.h>
+#include <sched.h>
#define __need_size_t
#include <stddef.h>
@@ -32,7 +32,7 @@ enum __pthread_contentionscope;
that not all of them are supported on all systems. */
struct __pthread_attr
{
- struct __sched_param __schedparam;
+ struct sched_param __schedparam;
void *__stackaddr;
size_t __stacksize;
size_t __guardsize;