1
Fork 0
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:
Jelle Raaijmakers 2021-11-24 18:39:25 +01:00 committed by Andreas Kling
parent 700c76ba23
commit ce3a63253a

View file

@ -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 {