IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 80


Ignore:
Timestamp:
May 21, 2003, 10:39:09 AM (23 years ago)
Author:
eugene
Message:

SIGUNUSED: not always defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/SetSignals.c

    r74 r80  
    1717  signal (SIGCONT,   SIG_DFL);   
    1818  signal (SIGSTOP,   SIG_DFL);   
    19   signal (SIGUNUSED, SIG_DFL); 
    2019
    2120  /* exit on these signals */
     
    5049
    5150  /* signals which are not always defined */
     51# ifdef SIGUNUSED
     52  signal (SIGUNUSED, SIG_DFL); 
     53# endif
    5254# ifdef SIGSYS
    5355  signal (SIGSYS,    SIG_DIE);     
Note: See TracChangeset for help on using the changeset viewer.