Figured this out finally.

SVN revision: 19927
This commit is contained in:
David Walter Seikel 2006-01-20 15:44:36 +00:00
parent 2c32fdaca4
commit fa091358dd
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ _ecore_signal_call(void)
e->exe = _ecore_exe_find(pid);
if (sigchld_info.si_signo)
e->data = sigchld_info; /* FIXME: I'm not sure, but maybe we should clone this. I don't know if anybody uses it. */
e->data = sigchld_info; /* No need to clone this. */
if ((e->exe) && (e->exe->flags & (ECORE_EXE_PIPE_READ | ECORE_EXE_PIPE_ERROR)))
{