Chromium Code Reviews| Index: base/logging.h |
| diff --git a/base/logging.h b/base/logging.h |
| index cac9ca34cb1c40ef7d9cf0265007fc362d9a7a5e..1aa116278c46600c09b7ac34ae80e06867a8a865 100644 |
| --- a/base/logging.h |
| +++ b/base/logging.h |
| @@ -153,7 +153,7 @@ void SetMinLogLevel(int level); |
| // Gets the current log level. |
| int GetMinLogLevel(); |
| -#if defined(OS_LINUX) |
| +#if defined(OS_POSIX) && !defined(OS_MACOSX) |
| // Get the file descriptor used for logging. |
| // Returns -1 if none open. |
| // Needed by ZygoteManager. |