From: fidencio@profusion.mobi
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 13/17] Ecore: update exit_uclibc.patch
Date: Fri, 22 Oct 2010 22:15:53 -0200 [thread overview]
Message-ID: <4cc22971.0311650a.0c4d.ffffaf68@mx.google.com> (raw)
In-Reply-To: <y>
From: Eduardo Lima (Etrunko) <eblima@gmail.com>
Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com>
---
recipes/efl1/ecore/exit_uclibc.patch | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/recipes/efl1/ecore/exit_uclibc.patch b/recipes/efl1/ecore/exit_uclibc.patch
index 105aeed..00782f6 100644
--- a/recipes/efl1/ecore/exit_uclibc.patch
+++ b/recipes/efl1/ecore/exit_uclibc.patch
@@ -1,13 +1,13 @@
-Index: ecore/src/lib/ecore_con/ecore_con_info.c
-===================================================================
---- ecore.orig/src/lib/ecore_con/ecore_con_info.c 2009-11-14 00:14:56.056955719 +0100
-+++ ecore/src/lib/ecore_con/ecore_con_info.c 2009-11-14 00:16:40.035696191 +0100
-@@ -243,7 +243,7 @@
- freeaddrinfo(result);
- err = write(fd[1], "", 1);
- close(fd[1]);
--# ifdef __USE_ISOC99
-+# if defined(__USE_ISOC99) && !defined(__UCLIBC__)
- _Exit(0);
- # else
- _exit(0);
+diff -upN ecore/src/lib/ecore_con/ecore_con_info.c ecore.new/src/lib/ecore_con/ecore_con_info.c
+--- ecore/src/lib/ecore_con/ecore_con_info.c 2010-08-12 11:07:48.000000000 -0300
++++ ecore.new/src/lib/ecore_con/ecore_con_info.c 2010-08-12 17:16:15.508079579 -0300
+@@ -283,7 +283,7 @@ on_error:
+
+ err = write(fd[1], "", 1);
+ close(fd[1]);
+-#ifdef __USE_ISOC99
++#if defined(__USE_ISOC99) && !defined(__UCLIBC__)
+ _Exit(0);
+ #else
+ _exit(0);
+Common subdirectories: ecore/src/lib/ecore_con/.svn and ecore.new/src/lib/ecore_con/.svn
--
1.7.3.1
next reply other threads:[~2010-10-23 0:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-23 0:15 fidencio [this message]
2010-10-23 7:08 ` [PATCH 13/17] Ecore: update exit_uclibc.patch Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4cc22971.0311650a.0c4d.ffffaf68@mx.google.com \
--to=fidencio@profusion.mobi \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox