Sfoglia il codice sorgente

Kernel: Remove outdated FIXME about EINTR in select()

This is actually already implemented. :^)
Andreas Kling 5 anni fa
parent
commit
bd86ebbcc0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Kernel/Process.cpp

+ 0 - 1
Kernel/Process.cpp

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