Chromium Code Reviews| Index: base/process_util.h |
| diff --git a/base/process_util.h b/base/process_util.h |
| index 2805e421607e43ff028485351cb1a46801673606..e4d52b42e7591c9a5eee15598ee49442182664cc 100644 |
| --- a/base/process_util.h |
| +++ b/base/process_util.h |
| @@ -147,6 +147,11 @@ BASE_EXPORT extern size_t g_oom_size; |
| BASE_EXPORT void RouteStdioToConsole(); |
| #endif |
| +#if defined(OS_POSIX) |
| +// Ignores SIGPIPE signal. We handle pipe errors in a different way. |
|
willchan no longer on Chromium
2012/11/16 05:25:03
Please document the return value.
|
| +BASE_EXPORT bool IgnoreSigPipe() WARN_UNUSED_RESULT; |
| +#endif |
| + |
| // Returns the id of the current process. |
| BASE_EXPORT ProcessId GetCurrentProcId(); |