From: Mathieu Desnoyers Date: Fri, 9 Oct 2009 15:48:59 +0000 (-0400) Subject: update README about futex X-Git-Tag: v0.2.3~6 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=f075cb10501787e3858f7acaa5fe08a5befee4f5 update README about futex Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index fce5680..b96912e 100644 --- a/README +++ b/README @@ -21,10 +21,9 @@ BUILDING ARCHITECTURES SUPPORTED ----------------------- -Currently, x86 (i386, i486, i586, i686), x86 64, PowerPC 32/64 and S390 are -supported. The current use of sys_futex() makes it Linux-dependent, although -this portability limitation might go away in a near future by using the pthread -cond vars. +Currently, x86 (i386, i486, i586, i686), x86 64-bit, PowerPC 32/64, S390 and +S390x are supported. Only tested on Linux so far, but should theoretically work +on other operating systems. QUICK START GUIDE -----------------