#ifndef __BITS_SIGNAL_H #define __BITS_SIGNAL_H #ifndef __SIGNAL_H #error "Never include directly; use instead." #endif #define SIGSTKSZ 8192 #define MINSIGSTKSZ 2048 #endif