mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 14:32:18 +00:00
Base: Fix a typo in the futex()
documentation
This commit is contained in:
parent
4e49aee545
commit
af01cf70eb
Notes:
sideshowbarker
2024-07-16 23:05:02 +09:00
Author: https://github.com/Zaggy1024
Commit: af01cf70eb
Pull-request: https://github.com/SerenityOS/serenity/pull/20581
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ public:
|
||||||
|
|
||||||
The name "futex" stands for "fast userspace mutex".
|
The name "futex" stands for "fast userspace mutex".
|
||||||
|
|
||||||
The `futex()` system call originally apeared in Linux. Since then, many other
|
The `futex()` system call originally appeared in Linux. Since then, many other
|
||||||
kernels implemented support for futex-like operations, under various names, in
|
kernels implemented support for futex-like operations, under various names, in
|
||||||
particular:
|
particular:
|
||||||
* Darwin (XNU) has private `ulock_wait()` and `ulock_wake()` API;
|
* Darwin (XNU) has private `ulock_wait()` and `ulock_wake()` API;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue