summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/lldb/0001-Include-limits.h-for-PATH_MAX-definition.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/lldb/0001-Include-limits.h-for-PATH_MAX-definition.patch')
-rw-r--r--recipes-devtools/clang/lldb/0001-Include-limits.h-for-PATH_MAX-definition.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/clang/lldb/0001-Include-limits.h-for-PATH_MAX-definition.patch b/recipes-devtools/clang/lldb/0001-Include-limits.h-for-PATH_MAX-definition.patch
index 3fabbfe..b4b835b 100644
--- a/recipes-devtools/clang/lldb/0001-Include-limits.h-for-PATH_MAX-definition.patch
+++ b/recipes-devtools/clang/lldb/0001-Include-limits.h-for-PATH_MAX-definition.patch
@@ -1,4 +1,4 @@
1From d630a82a405c44843bae28286a09ac5f9fa202bd Mon Sep 17 00:00:00 2001 1From d1b12ce65b563ed5eb0fdd6460d592d829fabc75 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 18 May 2017 23:12:34 -0700 3Date: Thu, 18 May 2017 23:12:34 -0700
4Subject: [PATCH 1/2] Include limits.h for PATH_MAX definition 4Subject: [PATCH 1/2] Include limits.h for PATH_MAX definition
@@ -11,10 +11,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
12 12
13diff --git a/source/Utility/FileSpec.cpp b/source/Utility/FileSpec.cpp 13diff --git a/source/Utility/FileSpec.cpp b/source/Utility/FileSpec.cpp
14index 72f86917b..965ac744f 100644 14index b6952f7e3..2cedf5d90 100644
15--- a/source/Utility/FileSpec.cpp 15--- a/source/Utility/FileSpec.cpp
16+++ b/source/Utility/FileSpec.cpp 16+++ b/source/Utility/FileSpec.cpp
17@@ -31,7 +31,7 @@ 17@@ -29,7 +29,7 @@
18 #include <assert.h> // for assert 18 #include <assert.h> // for assert
19 #include <stdio.h> // for size_t, NULL, snpr... 19 #include <stdio.h> // for size_t, NULL, snpr...
20 #include <string.h> // for strcmp 20 #include <string.h> // for strcmp
@@ -24,5 +24,5 @@ index 72f86917b..965ac744f 100644
24 using namespace lldb_private; 24 using namespace lldb_private;
25 25
26-- 26--
272.16.1 272.18.0
28 28