mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:47:45 +00:00
Base: Fix a typo in the futex()
documentation
This commit is contained in:
parent
4e49aee545
commit
af01cf70eb
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