glibc/sysdeps
Joseph Myers d08a482bc2 Remove MIPS32 accept4, recvmmsg, sendmmsg implementations.
MIPS32 has its own implementations of accept4, recvmmsg and sendmmsg
because at one point it needed to avoid socketcall being used for
those functions (MIPS32 has socketcall, but has never used it in
glibc, and so never had socket.S at the time when socketcall used such
a per-architecture file instead of C code).  The current code no
longer uses socketcall based on __NR_socketcall being defined, and the
syscalls are always present on MIPS for supported kernels so the
socketcall case in the code is dead for MIPS; this patch removes the
implementations that are, as Adhemerval noted, no longer needed.

Tested compilation for mips-linux-gnu with build-many-glibcs.py.

	* sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Remove file.
	* sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
	* sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2017-05-09 23:16:19 +00:00
..
aarch64 Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
alpha Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
arm Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
generic Fix network headers stdint.h namespace (bug 21455). 2017-05-04 20:36:42 +00:00
gnu
hppa Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
i386 x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391] 2017-05-03 13:44:35 -07:00
ia64 Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
ieee754 float128: Add _Float128 make bits to libm. 2017-05-09 11:40:28 -03:00
init_array
m68k Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
mach
microblaze Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
mips Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
nacl
nios2 Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
nptl Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
posix
powerpc Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
pthread
s390 Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
sh Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
sparc Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
tile Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
unix Remove MIPS32 accept4, recvmmsg, sendmmsg implementations. 2017-05-09 23:16:19 +00:00
wordsize-32
wordsize-64
x86 Move shared pthread definitions to common headers 2017-05-09 17:49:17 -03:00
x86_64 x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391] 2017-05-03 13:44:35 -07:00