IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2007, 6:30:17 PM (19 years ago)
Author:
eugene
Message:

put non-universal signals in ifdefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/SetSignals.c

    r12332 r13322  
    3535      /* ignore these signals */
    3636    case SIGCHLD:    /* child halted: ignore */
    37     case SIGPWR:     /* power failure - why ignore this? */
    38     case SIGWINCH:   /* window resized */
    3937    case SIGCONT:    /* continue - maintain this action */
    4038    case SIGTSTP:    /* stop signal sent from tty - why ignore? */
    4139    case SIGURG:     /* socket signal, ignore this */
     40# ifdef SIGPWR
     41    case SIGPWR:     /* power failure - why ignore this? (Sys V) */
     42# endif
     43# ifdef SIGWINCH
     44    case SIGWINCH:   /* window resized (4.3BSD) */
     45# endif
    4246      break;
    4347     
Note: See TracChangeset for help on using the changeset viewer.