i386: Remove six-argument specialized implementations
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 20 May 2015 19:37:52 +0000 (16:37 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 20 May 2015 19:37:52 +0000 (16:37 -0300)
commit96dffc26dcc3e7e2bfb489845249ea274510e777
treed6bf9d45b1876141409c40cdb5e57a2a2a5350eb
parent5be91118f623db41c74c5fdaebf12200a779e6e6
i386: Remove six-argument specialized implementations

This patch removes the specialized i386 assembly implementations for
fallocate{64}, pselect, and sync_file_range now that i386 have
support for 6 argument syscalls.
ChangeLog
sysdeps/unix/sysv/linux/i386/Makefile
sysdeps/unix/sysv/linux/i386/call_pselect6.S [deleted file]
sysdeps/unix/sysv/linux/i386/call_sync_file_range.S [deleted file]
sysdeps/unix/sysv/linux/i386/pselect.c [deleted file]
sysdeps/unix/sysv/linux/i386/sync_file_range.c [deleted file]