diff options
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pthread.h b/sysdeps/generic/pthread.h index 9603aec..b06bf8b 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -274,7 +274,7 @@ extern pthread_t pthread_self (void) __THROW; #define PTHREAD_MUTEX_ROBUST __PTHREAD_MUTEX_ROBUST #endif -#include <bits/mutex-attr.h> +#include <bits/types/struct___pthread_mutexattr.h> /* Initialize the mutex attribute object in *ATTR to the default values. */ |