2008-08-24 Roland McGrath <roland@redhat.com>

* linux/syscall.h (SYS_socket_subcall et al, SYS_ipc_subcall et al):
	Don't define these if [__ARM_EABI__].
	Reported by Johannes Stezenbach <js@sig21.net>.
This commit is contained in:
Roland McGrath 2008-08-25 03:15:43 +00:00
parent 85c4274934
commit d94020ffc1

View File

@ -179,7 +179,8 @@ int sys_osf_utimes();
# endif
#endif
#if !defined(ALPHA) && !defined(MIPS) && !defined(HPPA)
#if !defined(ALPHA) && !defined(MIPS) && !defined(HPPA) && \
!defined(__ARM_EABI__)
# ifdef IA64
/*
* IA64 syscall numbers (the only ones available from standard header
@ -234,7 +235,8 @@ int sys_semget(), sys_semctl(), sys_semop();
int sys_msgsnd(), sys_msgrcv(), sys_msgget(), sys_msgctl();
int sys_shmat(), sys_shmdt(), sys_shmget(), sys_shmctl();
#if !defined(ALPHA) && !defined(MIPS) && !defined(SPARC) && !defined(HPPA)
#if !defined(ALPHA) && !defined(MIPS) && !defined(SPARC) && !defined(HPPA) && \
!defined(__ARM_EABI__)
# ifdef IA64
/*
* IA64 syscall numbers (the only ones available from standard