From: Carlos O'Donell Date: Fri, 24 Apr 2009 02:50:30 +0000 (+0000) Subject: 2009-04-23 Carlos O'Donell X-Git-Tag: glibc-2.16-ports-before-merge~627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=783398d8c28a1686cf2202bf5740158e90ee034f;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog.hppa b/ChangeLog.hppa index aebfc575f30..e26de63bffa 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 2964732f414..d7c8b9ddf35 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