mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
LibC: Remove commented out code from futex()
This commit is contained in:
parent
700c76ba23
commit
ce3a63253a
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ int futex(uint32_t* userspace_address, int futex_op, uint32_t value, const struc
|
|||
{
|
||||
int rc;
|
||||
switch (futex_op & FUTEX_CMD_MASK) {
|
||||
//case FUTEX_CMP_REQUEUE:
|
||||
// FUTEX_CMP_REQUEUE_PI:
|
||||
case FUTEX_WAKE_OP: {
|
||||
// These interpret timeout as a u32 value for val2
|
||||
Syscall::SC_futex_params params {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue