From f075cb10501787e3858f7acaa5fe08a5befee4f5 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 9 Oct 2009 11:48:59 -0400 Subject: [PATCH] update README about futex Signed-off-by: Mathieu Desnoyers --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 ----------------- -- 2.34.1