diff options
| author | Bobby Bingham <koorogi@koorogi.info> | 2016-11-11 21:52:05 -0600 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2016-11-11 23:06:21 -0500 |
| commit | 15094943050eb9a564f409323070e50b40f78816 (patch) | |
| tree | f9af42d3369ee9a6ebd08bf416a99159193217a8 /src/process | |
| parent | treat null vdso base same as missing (diff) | |
| download | grovel-15094943050eb9a564f409323070e50b40f78816.tar.gz grovel-15094943050eb9a564f409323070e50b40f78816.tar.xz | |
add s390x port
Diffstat (limited to 'src/process')
| -rw-r--r-- | src/process/s390x/vfork.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/process/s390x/vfork.s b/src/process/s390x/vfork.s new file mode 100644 index 00000000..05956e81 --- /dev/null +++ b/src/process/s390x/vfork.s @@ -0,0 +1,8 @@ + .global __vfork + .weak vfork + .type __vfork,%function + .type vfork,%function +__vfork: +vfork: + svc 190 + jg __syscall_ret |
