Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: base/logging.h

Issue 495002: Changes to base/ from a combination of FreeBSD and OpenBSD patches. (Closed)
Patch Set: minor tweaks Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698