You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 11:21:33 UTC

svn commit: r1132299 - /incubator/mesos/trunk/third_party/libprocess/third_party/libev-3.8/ev.c

Author: benh
Date: Sun Jun  5 09:21:33 2011
New Revision: 1132299

URL: http://svn.apache.org/viewvc?rev=1132299&view=rev
Log:
Updates to libev to remove default SIGCHLD handling.

Modified:
    incubator/mesos/trunk/third_party/libprocess/third_party/libev-3.8/ev.c

Modified: incubator/mesos/trunk/third_party/libprocess/third_party/libev-3.8/ev.c
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/third_party/libprocess/third_party/libev-3.8/ev.c?rev=1132299&r1=1132298&r2=1132299&view=diff
==============================================================================
--- incubator/mesos/trunk/third_party/libprocess/third_party/libev-3.8/ev.c (original)
+++ incubator/mesos/trunk/third_party/libprocess/third_party/libev-3.8/ev.c Sun Jun  5 09:21:33 2011
@@ -1917,8 +1917,8 @@ ev_default_destroy (void)
   ev_default_loop_ptr = 0;
 
 #ifndef _WIN32
-  ev_ref (EV_A); /* child watcher */
-  ev_signal_stop (EV_A_ &childev);
+/*   ev_ref (EV_A); /\* child watcher *\/ */
+/*   ev_signal_stop (EV_A_ &childev); */
 #endif
 
   loop_destroy (EV_A);