Question about CR_SIGNUM

From: ÀîºêÁÁ (lihongliang070_at_tom.com)
Date: Sat Jul 11 2009 - 19:51:00 PDT

  • Next message: Paul H. Hargrove: "Re: Question about CR_SIGNUM"
    Hello,Professor:
    
    how can you define a new kernel signal for CR use without adding it into the kernel source code(../signum.h) ?
    
     #define	SIGABRT	1	/* Abnormal termination.  */
     #define	SIGFPE	2	/* Erroneous arithmetic operation.  */
     #define	SIGILL	3	/* Illegal instruction.  */
    -#define	SIGINT	3	/* Interactive attention signal.  */
    
    
    I see this:
    
    "#define CR_SIGNUM	@CR_SIGNUM@" in Blcr_common.h  
    
    please teach me this usage , thank you
     
    
    

  • Next message: Paul H. Hargrove: "Re: Question about CR_SIGNUM"