summaryrefslogtreecommitdiff
path: root/src/process/s390x/vfork.s
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018-09-06 22:03:24 -0400
committerRich Felker <dalias@aerifal.cx>2018-09-12 14:34:29 -0400
commitaee11e5acc2a8e56a9c8d841ac4470d9511b5008 (patch)
tree061c117c93330233117780316243ac2bee539bef /src/process/s390x/vfork.s
parenta8c53794a00f7a432a846cb649b4908ceba322b9 (diff)
downloadmusl-aee11e5acc2a8e56a9c8d841ac4470d9511b5008.tar.gz
declare __syscall_ret as hidden in vfork asm
without this, it's plausible that assembler or linker could complain about an unsatisfiable relocation.
Diffstat (limited to 'src/process/s390x/vfork.s')
-rw-r--r--src/process/s390x/vfork.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process/s390x/vfork.s b/src/process/s390x/vfork.s
index 05956e81..2fb4022a 100644
--- a/src/process/s390x/vfork.s
+++ b/src/process/s390x/vfork.s
@@ -5,4 +5,5 @@
__vfork:
vfork:
svc 190
+ .hidden __syscall_ret
jg __syscall_ret