Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / Packages / unix
Source project has a limited visibility.
  • Erik de Castro Lopo's avatar
    3c4ced48
    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
    History
    Fix SIGINFO and SIGWINCH.
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.