From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25388 invoked by alias); 5 Oct 2007 17:41:50 -0000 Received: (qmail 25326 invoked by uid 453); 5 Oct 2007 17:41:49 -0000 Date: Fri, 05 Oct 2007 17:41:00 -0000 Message-ID: <20071005174149.25324.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libc/startup/current ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2007/txt/msg00132.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2007-10-05 17:41:49 Modified files: packages/language/c/libc/startup/current: ChangeLog packages/language/c/libc/startup/current/src: main.cxx Log message: * src/main.cxx (main): Suspend main thread, rather than exit. Thanks to Sergei Organov for the idea.