mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
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.
This commit is contained in:
parent
fa34de4116
commit
783398d8c2
@ -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>
|
2009-04-23 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/hppa/sysdep.h [!__ASSEMBLER__]:
|
* sysdeps/unix/sysv/linux/hppa/sysdep.h [!__ASSEMBLER__]:
|
||||||
|
@ -17,10 +17,9 @@
|
|||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h> /* Required for type definitions e.g. uint8_t. */
|
||||||
#include <sysdep.h>
|
#include <abort-instr.h> /* Required for ABORT_INSTRUCTIUON. */
|
||||||
#include <abort-instr.h>
|
#include <kernel-features.h> /* Required for __ASSUME_LWS_CAS. */
|
||||||
#include <kernel-features.h>
|
|
||||||
|
|
||||||
/* We need EFAULT, ENONSYS */
|
/* We need EFAULT, ENONSYS */
|
||||||
#if !defined EFAULT && !defined ENOSYS
|
#if !defined EFAULT && !defined ENOSYS
|
||||||
|
Loading…
Reference in New Issue
Block a user