In the past, the signal numbers would automatically pack like:

    #ifndef CONFIG_SIG_INT
    #  define SIGINT       (SIGHUP + 1)
    #else
    #  define SIGINT        CONFIG_SIG_INT
    #endif

That is not right. I am mis-remembering. Getting old sucks.

Reply via email to