diff options
Diffstat (limited to 'sysdeps/generic/pthread.h')
-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 d123bd2..56e2c43 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -591,7 +591,7 @@ pthread_spin_unlock (pthread_spinlock_t *__lock) #if defined __USE_UNIX98 || defined __USE_XOPEN2K -#include <bits/rwlock-attr.h> +#include <bits/types/struct___pthread_rwlockattr.h> /* Initialize rwlock attribute object in *ATTR to the default values. */ |