update README about futex
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 9 Oct 2009 15:48:59 +0000 (11:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 9 Oct 2009 15:48:59 +0000 (11:48 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
README

diff --git a/README b/README
index fce568089b3182aada2a802939512cb99aa280b5..b96912e829fc7042d0e2101062ecc454f9c3bd1f 100644 (file)
--- 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
 -----------------
This page took 0.024828 seconds and 4 git commands to generate.