diff options
Diffstat (limited to 'load/load.cxx')
-rw-r--r-- | load/load.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx index b9102d0..926f173 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -958,7 +958,7 @@ try if (signal (SIGPIPE, SIG_IGN) == SIG_ERR) { cerr << "error: unable to ignore broken pipe (SIGPIPE) signal: " - << system_error (errno, system_category ()) << endl; // Sanitize. + << system_error (errno, generic_category ()) << endl; // Sanitize. return 1; } |