diff options
-rw-r--r-- | mod/mod-submit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-submit.cxx b/mod/mod-submit.cxx index 9a44a89..75307d9 100644 --- a/mod/mod-submit.cxx +++ b/mod/mod-submit.cxx @@ -671,7 +671,7 @@ handle (request& rq, response& rs) // Don't fail if the select() call was interrupted by the signal. // if (errno != EINTR) - throw io_error ("select failed"); + throw_system_ios_failure (errno, "select failed"); } else if (r != 0) // Is data available? { |