From 009612b09c555d5fea660dbb17e420d4a9533127 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:29:25 +0100 Subject: Move bits/rwlock-attr.h to bits/types/struct___pthread_rwlockattr.h * sysdeps/pthread/bits/rwlock-attr.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_rwlockattr.h: ... here. * Makefile (headers): Update accordingly. * sysdeps/generic/pthread.h: Likewise. * sysdeps/pthread/bits/pthreadtypes.h: Likewise. --- sysdeps/generic/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic/pthread.h') 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 +#include /* Initialize rwlock attribute object in *ATTR to the default values. */ -- cgit v1.2.3