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

Unified Diff: base/process/internal_linux.cc

Issue 2807463004: GN: aix port along with linux_s390x, linux_ppc64 and linux_ppc64le support. (Closed)
Patch Set: rebased, cleaned up the code, addressed comments Created 3 years, 8 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: base/process/internal_linux.cc
diff --git a/base/process/internal_linux.cc b/base/process/internal_linux.cc
index c7820040ceccd4b8839f11ef808b23358fe2a8a9..7f38fff23ad333aaa29144998bcf25d029561d6b 100644
--- a/base/process/internal_linux.cc
+++ b/base/process/internal_linux.cc
@@ -19,6 +19,11 @@
#include "base/threading/thread_restrictions.h"
#include "base/time/time.h"
+// Not defined on AIX by default.
Nico 2017/04/25 18:50:40 You build _linux files on aix?
rayb 2017/04/25 22:40:17 Yeah. To be exact 8 of them. Mostly related to pro
+#if defined(OS_AIX)
+#define NAME_MAX 255
+#endif
+
namespace base {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698