]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2009-04-23 Carlos O'Donell <carlos@codesourcery.com>
authorCarlos O'Donell <carlos@systemhalted.org>
Fri, 24 Apr 2009 02:50:30 +0000 (02:50 +0000)
committerCarlos O'Donell <carlos@systemhalted.org>
Fri, 24 Apr 2009 02:50:30 +0000 (02:50 +0000)
* sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Do not include
sysdep.h. Document the reason for other includes.

ChangeLog.hppa
sysdeps/unix/sysv/linux/hppa/bits/atomic.h

index aebfc575f3068cdf5683c3b7a2e51339030b0485..e26de63bffa62619451f8b3aa552ecd24a5dc1b1 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-23  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * 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  <carlos@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/hppa/sysdep.h [!__ASSEMBLER__]:
index 2964732f41401d2c6e4ba47aa53845c531b70748..d7c8b9ddf35c7fc0725f2d0313872095232b9c32 100644 (file)
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include <stdint.h>
-#include <sysdep.h>
-#include <abort-instr.h>
-#include <kernel-features.h>
+#include <stdint.h> /*  Required for type definitions e.g. uint8_t.  */
+#include <abort-instr.h> /*  Required for ABORT_INSTRUCTIUON.  */
+#include <kernel-features.h> /*  Required for __ASSUME_LWS_CAS.  */
 
 /* We need EFAULT, ENONSYS */
 #if !defined EFAULT && !defined ENOSYS