[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun Dec 6 13:13:33 CET 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/12/06 13:13:33
Modified files:
cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadApple.c
ThreadFreeBSD.c
ThreadPThreadC.c
m3makefile
Log message:
Try again. Compile the files separately. Add #include stdlib.h
and move the assert(stack_grows_down) to ThreadPThreadC.c.
Alternative would be to:
- remove it altogether
- compute it in ThreadApple.c
- or rename it ThreadPThread__stack_grows_down (or Thread__stack_grows_down)
More information about the M3commit
mailing list