declare __syscall_ret as hidden in vfork asm
authorRich Felker <dalias@aerifal.cx>
Fri, 7 Sep 2018 02:03:24 +0000 (22:03 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:29 +0000 (14:34 -0400)
commitaee11e5acc2a8e56a9c8d841ac4470d9511b5008
tree061c117c93330233117780316243ac2bee539bef
parenta8c53794a00f7a432a846cb649b4908ceba322b9
declare __syscall_ret as hidden in vfork asm

without this, it's plausible that assembler or linker could complain
about an unsatisfiable relocation.
src/process/i386/vfork.s
src/process/s390x/vfork.s
src/process/x32/vfork.s
src/process/x86_64/vfork.s