[M3commit] CVS Update: cm3
    Jay Krell 
    jkrell at elego.de
       
    Wed Dec  8 03:03:18 CET 2010
    
    
  
CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/12/08 03:03:18
Modified files:
	cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThreadC.c 
Log message:
	static void SignalHandlerC(int signo, siginfo_t *info, void *context)
	/* wrapper to workaround ALPHA_LINUX:
	/usr/bin/ld: ThreadPThreadC.o: gp-relative relocation against dynamic symbol ThreadPThread__SignalHandler */
	{
	SignalHandler(signo, info, context);
	}
    
    
More information about the M3commit
mailing list