soc.2012.gg: e8ceb80c: We should use _exit, not exit with fork

tomkiewicz at cpw.pidgin.im tomkiewicz at cpw.pidgin.im
Thu May 31 13:21:23 EDT 2012


----------------------------------------------------------------------
Revision: e8ceb80c741ae9d87c0ff0dab7b67785dd8349f9
Parent:   86ff13bbe87f89af715123867fd41d4798f58272
Author:   tomkiewicz at cpw.pidgin.im
Date:     05/31/12 13:14:32
Branch:   im.pidgin.soc.2012.gg
URL: http://d.pidgin.im/viewmtn/revision/info/e8ceb80c741ae9d87c0ff0dab7b67785dd8349f9

Changelog: 

We should use _exit, not exit with fork

Changes against parent 86ff13bbe87f89af715123867fd41d4798f58272

  patched  libpurple/protocols/gg/lib/config.h

-------------- next part --------------
============================================================
--- libpurple/protocols/gg/lib/config.h	c2274e808795ecd3a845a3fa7c927ae9bf23cdf4
+++ libpurple/protocols/gg/lib/config.h	6f2ed1279770b395e5119ae166c15430fc0d9723
@@ -15,6 +15,9 @@
 /* Defined if this machine has gethostbyname_r(). */
 #undef GG_CONFIG_HAVE_GETHOSTBYNAME_R
 
+/* Define to 1 if you have the `_exit' function. */
+#define HAVE__EXIT 1
+
 /* Defined if libgadu was compiled and linked with fork support. */
 #undef GG_CONFIG_HAVE_FORK
 #ifndef _WIN32
@@ -22,7 +25,7 @@
 #endif
 
 /* Defined if libgadu was compiled and linked with pthread support. */
-/* We don't use pthreads due to stability issues. */
+/* We don't use pthreads - they may not be safe. */
 #undef GG_CONFIG_HAVE_PTHREAD
 
 /* Defined if this machine has C99-compiliant vsnprintf(). */


More information about the Commits mailing list