chiark / gitweb /
basic: fix raw_clone() on 32-bit sparc
authorMike Gilbert <floppym@gentoo.org>
Thu, 24 May 2018 14:48:55 +0000 (10:48 -0400)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commit059f624b552e0cedf6683bd7dad62ed950e9f5b4
tree81e1dc68cfedcd8ade803975eb2a2f2a3b33164f
parent879dc2984771e5a24a01bd752d3fa3ebfeccb1ff
basic: fix raw_clone() on 32-bit sparc

The clone syscall uses the same semantics as on 64-bit. The trap number
for syscall entry is different.

Bug: https://bugs.gentoo.org/656368
src/basic/raw-clone.h