aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/robust-futexes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/robust-futexes.txt')
-rw-r--r--Documentation/robust-futexes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/robust-futexes.txt b/Documentation/robust-futexes.txt
index 7aecc67b1361..df82d75245a0 100644
--- a/Documentation/robust-futexes.txt
+++ b/Documentation/robust-futexes.txt
@@ -213,6 +213,6 @@ robust-mutex testcases.
213All other architectures should build just fine too - but they wont have 213All other architectures should build just fine too - but they wont have
214the new syscalls yet. 214the new syscalls yet.
215 215
216Architectures need to implement the new futex_atomic_cmpxchg_inuser() 216Architectures need to implement the new futex_atomic_cmpxchg_inatomic()
217inline function before writing up the syscalls (that function returns 217inline function before writing up the syscalls (that function returns
218-ENOSYS right now). 218-ENOSYS right now).