Revert "sparc: disable cancellable system, as it fails in strange ways right now"
commit789fca90bff0b0bcd658444cea6afd4cdb43dc5d
authorWaldemar Brodkorb <wbx@openadk.org>
Thu, 28 Aug 2014 10:31:20 +0000 (28 12:31 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 28 Aug 2014 10:38:34 +0000 (28 12:38 +0200)
treeb88288b13520dd057c391e1047041d8e09fdeb72
parentc09e41ef92e48356e62c795384864ee792ac7fe6
Revert "sparc: disable cancellable system, as it fails in strange ways right now"

This reverts commit 1db4f8f8389f6a935ecd83aff7fcce5d1cf2c0f3.

It is unclear in which way this is breaking sparc systems.
With this change added you get following linking error:
libpthread/nptl/libpthread_so.a(pt-system.oS): In function `__libc_system':
libc/stdlib/system.c:64: undefined reference to `__wait4_nocancel'

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/stdlib/system.c