aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/ecore/exit_uclibc_dns.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-11 09:45:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-11 11:42:22 +0100
commit1a037cc05da35944994498b99583314c7e3c706b (patch)
tree2801bc4a8feaf9172e64ecb1d9a931b077bc5145 /recipes/efl1/ecore/exit_uclibc_dns.patch
parent931d7ef4f056db5b1317b90e62fd7eed439608d4 (diff)
downloadopenembedded-1a037cc05da35944994498b99583314c7e3c706b.tar.gz
ecore: split exit_uclibc patch, as one part needs maxrev=47076
* ecore_con_dns.c was removed in r47077 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1/ecore/exit_uclibc_dns.patch')
-rw-r--r--recipes/efl1/ecore/exit_uclibc_dns.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/efl1/ecore/exit_uclibc_dns.patch b/recipes/efl1/ecore/exit_uclibc_dns.patch
new file mode 100644
index 0000000000..0be2d3d6c0
--- /dev/null
+++ b/recipes/efl1/ecore/exit_uclibc_dns.patch
@@ -0,0 +1,13 @@
+Index: ecore/src/lib/ecore_con/ecore_con_dns.c
+===================================================================
+--- ecore.orig/src/lib/ecore_con/ecore_con_dns.c 2009-11-14 00:12:04.279051754 +0100
++++ ecore/src/lib/ecore_con/ecore_con_dns.c 2009-11-14 00:14:41.685708230 +0100
+@@ -135,7 +135,7 @@
+ write(fd[1], "", 1);
+ }
+ close(fd[1]);
+-# ifdef __USE_ISOC99
++# if defined(__USE_ISOC99) && !defined(__UCLIBC__)
+ _Exit(0);
+ # else
+ _exit(0);