oops, i've forgotten to remove this (now is removed)!
sorry!
On Thu, May 19, 2011 at 4:40 PM, Sam Steingold <sd...@gn...> wrote:
>> * <pyv...@yv...> [2011-05-18 19:56:34 +0000]:
>>
>> details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/d9320759a024
>> changeset: 15397:d9320759a024b9588fc4e5a9848ea5f62f023cbb
>> user: Vladimir Tzankov <vtz...@gm...>
>> date: 2011-05-18 22:56:20 +0300
>> description:
>> (sigcld_enabled_INCF/DECF): fix counting
>>
>> diffstat:
>>
>> src/ChangeLog | 4 ++++
>> src/spvw_sigcld.d | 10 ++++++----
>> 2 files changed, 10 insertions(+), 4 deletions(-)
>>
>
> + while (waitpid(-1,NULL,WNOHANG) > 0) { fprintf(stderr, "VTZ: waitpid() iteration"); }
>
> Vladimir,
> I think you either need "\n" of call fflush(stderr) because of line
> buffering.
>
> --
> Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031
> http://dhimmi.com http://openvotingconsortium.org http://mideasttruth.com
> http://jihadwatch.org http://www.memritv.org http://palestinefacts.org
> Money does not "play a role", it writes the scenario.
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> clisp-devel mailing list
> cli...@li...
> https://lists.sourceforge.net/lists/listinfo/clisp-devel
>
|