From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26974 invoked by alias); 5 Feb 2013 15:53:27 -0000 Received: (qmail 26867 invoked by uid 419); 5 Feb 2013 15:53:25 -0000 Date: Tue, 05 Feb 2013 15:53:00 -0000 Message-ID: <20130205155325.26865.qmail@sourceware.org> From: jld@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/compat/posix/current ChangeLog s ... 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: 2013/txt/msg00003.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jld@sourceware.org 2013-02-05 15:53:25 Modified files: packages/compat/posix/current: ChangeLog packages/compat/posix/current/src: pthread.cxx Log message: * src/pthread.cxx (pthread_create): Include terminating NUL char when initializing thread name from template. [ Bugzilla 1001743 ]