diff options
| -rw-r--r-- | man/man2const/FUTEX_TRYLOCK_PI.2const | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/man2const/FUTEX_TRYLOCK_PI.2const b/man/man2const/FUTEX_TRYLOCK_PI.2const index 7018bae82b..67ffb006c6 100644 --- a/man/man2const/FUTEX_TRYLOCK_PI.2const +++ b/man/man2const/FUTEX_TRYLOCK_PI.2const @@ -19,14 +19,11 @@ Standard C library .BI "long syscall(SYS_futex, uint32_t *" uaddr ", FUTEX_TRYLOCK_PI);" .fi .SH DESCRIPTION -.TP -.BR FUTEX_TRYLOCK_PI " (since Linux 2.6.18)" -.\" commit c87e2837be82df479a6bae9f155c43516d2feebc This operation tries to acquire the lock at .IR uaddr . It is invoked when a user-space atomic acquire did not succeed because the futex word was not 0. -.IP +.P Because the kernel has access to more state information than user space, acquisition of the lock might succeed if performed by the kernel in cases where the futex word @@ -109,5 +106,7 @@ does not exist. .SH STANDARDS Linux. .SH HISTORY +Linux 2.6.18. +.\" commit c87e2837be82df479a6bae9f155c43516d2feebc .SH SEE ALSO .BR futex (2) |
