Skip to content
  • Erik de Castro Lopo's avatar
    Fix SIGINFO and SIGWINCH. · 3c4ced48
    Erik de Castro Lopo authored and Herbert Valerio Riedel's avatar Herbert Valerio Riedel committed
    It seems these two signals have not been working since at least
    2009. Detection of these signals seems to have never been added to
    the configure.ac script and the code guarded by #ifdef then bit-rotted
    (the idiom used to handle these signals seems to have been abandoned
    for something simpler/better in 2009). This fix simply handles these
    signals the same way the other signals are handled in
    System/Posix/Signals.hsc.
    
    Closes #30 and #31
    3c4ced48