Ticket #4441: sigusr1.patch

File sigusr1.patch, 374 bytes (added by jaymode@…, 16 years ago)

adds a definition of SIGUSR1 in compat.h

  • compat.h

     
    172172#define SIGQUIT 1
    173173#define SIGPIPE 3   // not implemented in MINGW, will produce "unable to ignore sigpipe"
    174174#define SIGALRM 13
    175 
     175#define SIGUSR1 16
    176176#define S_IRGRP 0
    177177#define S_IROTH 0
    178178#define O_SYNC 0