aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/futex_386.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: remove FUTEX_WAIT_MULTIPLE operationAndré Almeida2020-12-111-15/+0
| | | | | | | | FUTEX_WAIT_MULTIPLE was added before it was merged, and nowadays we have other plans for futex. Remove all WAIT_MULTIPLE references so futex fuzzing can be re-enabled. Signed-off-by: André Almeida <andrealmeid@collabora.com>
* sys/linux: add new FUTEX_WAIT_MULTIPLE operationAndré Almeida2020-02-171-0/+15
Create individual file for futex syscall and add description for the new operation FUTEX_WAIT_MULTIPLE. Signed-off-by: André Almeida <andrealmeid@collabora.com>