diff options
Diffstat (limited to 'man7/pthreads.7')
| -rw-r--r-- | man7/pthreads.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 0ab430a6b9..cb945cfbb6 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -127,7 +127,7 @@ thread maps to a kernel scheduling entity. Both threading implementations employ the Linux .BR clone (2) system call. -In NPTL, thread synchronisation primitives (mutexes, +In NPTL, thread synchronization primitives (mutexes, thread joining, etc.) are implemented using the Linux .BR futex (2) system call. |
