summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/files/glibc238.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pseudo/files/glibc238.patch')
-rw-r--r--meta/recipes-devtools/pseudo/files/glibc238.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-devtools/pseudo/files/glibc238.patch b/meta/recipes-devtools/pseudo/files/glibc238.patch
index 76ca8c11eb..da4b8caee3 100644
--- a/meta/recipes-devtools/pseudo/files/glibc238.patch
+++ b/meta/recipes-devtools/pseudo/files/glibc238.patch
@@ -44,19 +44,6 @@ Index: git/pseudo_util.c
44 44
45 #include <ctype.h> 45 #include <ctype.h>
46 #include <errno.h> 46 #include <errno.h>
47Index: git/pseudolog.c
48===================================================================
49--- git.orig/pseudolog.c
50+++ git/pseudolog.c
51@@ -8,7 +8,7 @@
52 */
53 /* We need _XOPEN_SOURCE for strptime(), but if we define that,
54 * we then don't get S_IFSOCK... _GNU_SOURCE turns on everything. */
55-#define _GNU_SOURCE
56+#define _DEFAULT_SOURCE
57
58 #include <ctype.h>
59 #include <limits.h>
60Index: git/pseudo_client.c 47Index: git/pseudo_client.c
61=================================================================== 48===================================================================
62--- git.orig/pseudo_client.c 49--- git.orig/pseudo_client.c