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

Unified Diff: content/common/set_process_title.cc

Issue 7238021: Solaris patch (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 months 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: content/common/set_process_title.cc
diff --git a/content/common/set_process_title.cc b/content/common/set_process_title.cc
index 3602e9478eee779bcf66abea6c978095e54567fc..f6c946ab271606797fad6608c5b148f973545480 100644
--- a/content/common/set_process_title.cc
+++ b/content/common/set_process_title.cc
@@ -18,7 +18,9 @@
#if defined(OS_LINUX)
#include <sys/prctl.h>
+#endif
+#if defined(OS_LINUX) || defined(OS_SOLARIS)
// Linux/glibc doesn't natively have setproctitle().
#include "content/common/set_process_title_linux.h"
Evan Martin 2011/06/24 17:51:18 Does this code work on Solaris? I'd be surprised
#endif

Powered by Google App Engine
This is Rietveld 408576698