From 783398d8c28a1686cf2202bf5740158e90ee034f Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Fri, 24 Apr 2009 02:50:30 +0000 Subject: [PATCH] 2009-04-23 Carlos O'Donell * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Do not include sysdep.h. Document the reason for other includes. --- ChangeLog.hppa | 5 +++++ sysdeps/unix/sysv/linux/hppa/bits/atomic.h | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog.hppa b/ChangeLog.hppa index aebfc575f3..e26de63bff 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -1,3 +1,8 @@ +2009-04-23 Carlos O'Donell + + * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Do not include + sysdep.h. Document the reason for other includes. + 2009-04-23 Carlos O'Donell * sysdeps/unix/sysv/linux/hppa/sysdep.h [!__ASSEMBLER__]: diff --git a/sysdeps/unix/sysv/linux/hppa/bits/atomic.h b/sysdeps/unix/sysv/linux/hppa/bits/atomic.h index 2964732f41..d7c8b9ddf3 100644 --- a/sysdeps/unix/sysv/linux/hppa/bits/atomic.h +++ b/sysdeps/unix/sysv/linux/hppa/bits/atomic.h @@ -17,10 +17,9 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include -#include -#include -#include +#include /* Required for type definitions e.g. uint8_t. */ +#include /* Required for ABORT_INSTRUCTIUON. */ +#include /* Required for __ASSUME_LWS_CAS. */ /* We need EFAULT, ENONSYS */ #if !defined EFAULT && !defined ENOSYS