This is the mail archive of the
ecos-cvs@sourceware.org
mailing list for the ecos project.
ecos/packages/language/c/libc/startup/current ...
- From: asl at sourceware dot org
- To: ecos-cvs at ecos dot sourceware dot org
- Date: 11 Sep 2007 16:50:54 -0000
- Subject: ecos/packages/language/c/libc/startup/current ...
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2007-09-11 16:50:54
Modified files:
packages/language/c/libc/startup/current: ChangeLog
packages/language/c/libc/startup/current/src: cstartup.cxx
Log message:
* src/cstartup.cxx: Change the INIT priority of
cyg_libc_startup_obj so that it is always called after the thread
has been constructed. Reported by taiyun@sunnorth.com.cn