[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun Feb 1 14:41:27 CET 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/02/01 14:41:27
Added files:
cm3/m3-libs/m3core/src/thread/POSIX/: ThreadPosixC.c
ThreadPosixC.h
ThreadPosixC.i3
Log message:
work in progress: user thread support, with less
platform specific code; the point of this chunk is
merely to avoid having to declare sigset_t, sigaction_t,
as well as to speculatively converge on one set of platform-independent
code from various identical or similar sets of platform-dependent code
(that is, there is a bunch of similar/identical platform-specific
Modula-3 code, that could probably be combined down to one chunk
of platform-independent Modula-3 code, but here we go the extra
step of replacing it with C, in order to just slightly reduce the
need to clone platform-specific C headers)
More information about the M3commit
mailing list