nptl: remove duplicate vfork() in libpthread
commita22a0030f32b828c0f2e804d1ed1fe567ddab680
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 20 Sep 2014 20:09:00 +0000 (20 22:09 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Sat, 20 Sep 2014 20:09:00 +0000 (20 22:09 +0200)
treeb02e9e000d6514b0f929610c770b3d5d86d12742
parent83c3ccb1896108c68502ec30193513e586022b5f
nptl: remove duplicate vfork() in libpthread

Automatic patching via two oneliners by Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>:
sed -i -e 's/[[:space:]]pt-vfork\.[csS]//' -e '/^ASFLAGS-pt-vfork\./d' $(git grep -l pt-vfork libpthread/nptl/sysdeps)
find libpthread/nptl -name "*pt-vfork*" -exec git rm {} \;

Reported-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
21 files changed:
libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/arc/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/i386/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/metag/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pt-vfork.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S [deleted file]