summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2012-08-14 15:20:28 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2012-08-14 15:20:28 +0000
commita92a6f792395e1ad462472d474ab0c76949813fa (patch)
tree5c2bf563a4668695f806c8f664d293a5f38b8d45 /src
parent11c6ddfb54a39ccf8fe3ef8083053fae0ae4b9f6 (diff)
downloadgoogletest-a92a6f792395e1ad462472d474ab0c76949813fa.tar.gz
Fixed Native Client build of gtest when using glibc (by Ben Smith).
git-svn-id: http://googletest.googlecode.com/svn/trunk@621 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'src')
-rw-r--r--src/gtest-filepath.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtest-filepath.cc b/src/gtest-filepath.cc
index 91b2571..9d913b7 100644
--- a/src/gtest-filepath.cc
+++ b/src/gtest-filepath.cc
@@ -39,8 +39,8 @@
#elif GTEST_OS_WINDOWS
# include <direct.h>
# include <io.h>
-#elif GTEST_OS_SYMBIAN || GTEST_OS_NACL
-// Symbian OpenC and NaCl have PATH_MAX in sys/syslimits.h
+#elif GTEST_OS_SYMBIAN
+// Symbian OpenC has PATH_MAX in sys/syslimits.h
# include <sys/syslimits.h>
#else
# include <limits.h>