mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
Kernel: Remove outdated FIXME about EINTR in select()
This is actually already implemented. :^)
This commit is contained in:
parent
0adbacf59e
commit
bd86ebbcc0
Notes:
sideshowbarker
2024-07-19 11:03:02 +09:00
Author: https://github.com/awesomekling
Commit: bd86ebbcc0
1 changed files with 0 additions and 1 deletions
|
@ -2103,7 +2103,6 @@ clock_t Process::sys$times(tms* times)
|
|||
|
||||
int Process::sys$select(const Syscall::SC_select_params* params)
|
||||
{
|
||||
// FIXME: Return -EINTR if a signal is caught.
|
||||
// FIXME: Return -EINVAL if timeout is invalid.
|
||||
if (!validate_read_typed(params))
|
||||
return -EFAULT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue