IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2008, 2:52:14 PM (19 years ago)
Author:
eugene
Message:

return NULL if output var requested and entry not found

File:
1 edited

Legend:

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

    r13322 r16139  
    4343  signal (SIGTTIN,   SIG_IGN);   
    4444  signal (SIGTTOU,   SIG_IGN);   
    45   signal (SIGPOLL,   SIG_IGN);   
    4645  signal (SIGPROF,   SIG_IGN);   
    4746  signal (SIGURG,    SIG_IGN);     
     
    5049
    5150  /* signals which are not always defined */
     51# ifdef SIGPOLL
     52  signal (SIGPOLL,   SIG_IGN);   
     53# endif
    5254# ifdef SIGPWR
    5355  signal (SIGPWR, SIG_DIE);     /* power failure (Sys V) */
Note: See TracChangeset for help on using the changeset viewer.