[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun Nov 22 23:16:22 CET 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/11/22 23:16:22
Modified files:
cm3/m3-libs/m3core/src/runtime/POSIX/: RTSignalC.c
Log message:
#if defined(__APPLE__) && defined(__i386__) && !defined(_XOPEN_SOURCE)
/* http://tinderbox.elegosoft.com/tinderbox/cgi-bin/gunzip.cgi?tree=cm3&brief-log=1258879870.10595#err9 */
/* /usr/include/ucontext.h:42:2: error: #error ucontext routines are deprecated, and require _XOPEN_SOURCE to be defined */
/* expand #if to allow more architecures as they are discovered/tested, probably just allow all */
#define _XOPEN_SOURCE
#endif
More information about the M3commit
mailing list