Annotation of researchv10dc/cmd/odist/pax/src/lib/libx/sig.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * AT&T Bell Laboratories
                      3:  * signal support
                      4:  * : : generated by mkhdr : :
                      5:  */
                      6: 
                      7: #ifndef __SIG_H__
                      8: #define __SIG_H__
                      9: 
                     10: #include <signal.h>
                     11: 
                     12: #ifndef sigmask
                     13: #define sigmask(s)     (1<<((s)-1))
                     14: #endif
                     15: 
                     16: #if __STDC__
                     17: typedef int (*signal_t)(int);
                     18: #else
                     19: typedef int (*signal_t)();
                     20: #endif
                     21: 
                     22: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.