aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch')
-rw-r--r--meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch b/meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch
deleted file mode 100644
index 3d04453eb8..0000000000
--- a/meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr ecore.orig//src/lib/ecore_con/ecore_con_info.c ecore/src/lib/ecore_con/ecore_con_info.c
---- ecore.orig//src/lib/ecore_con/ecore_con_info.c 2010-08-13 14:31:18.000000000 +0200
-+++ ecore/src/lib/ecore_con/ecore_con_info.c 2010-08-13 14:49:37.000000000 +0200
-@@ -283,7 +283,7 @@
-
- err = write(fd[1], "", 1);
- close(fd[1]);
--#ifdef __USE_ISOC99
-+#if defined(__USE_ISOC99) && !defined(__UCLIBC__)
- _Exit(0);
- #else
- _exit(0);