Skip to content
  • Jessica Clarke's avatar
    sig: Move runtime signal count check to compile time · bd72ba3a
    Jessica Clarke authored
    Since the value of number_of_signals is known at compile time, we can
    use a compile-time check instead. This also adds SIGLOST for the Hurd,
    uses the correct signal counts for the Hurd and FreeBSD, and only gives
    a compile-time warning when compiled on an unknown platform that it does
    not know whether the number of signals is correct.
    bd72ba3a