#define _NSIG 64
#define _NSIG_BPW 64
#define _NSIG_WORDS (_NSIG / _NSIG_BPW)

typedef unsigned
long old_sigset_t; /* at least 32 bits */

typedef
struct {
unsigned
long sig[_NSIG_WORDS];
} sigset_t;

相关文章:

  • 2021-09-03
  • 2021-12-19
  • 2021-09-20
  • 2021-07-04
  • 2021-07-17
  • 2022-02-07
  • 2021-05-27
猜你喜欢
  • 2021-08-18
  • 2021-12-15
  • 2021-04-28
  • 2021-12-03
  • 2021-11-04
  • 2021-11-21
相关资源
相似解决方案