提交 4ab26cc3 编写于 作者: R rofl0r

fixup sigandset

上级 e34d967c
......@@ -2,7 +2,7 @@
#include <signal.h>
#include <errno.h>
#define SST_SIZE (sizeof(sigset_t) / sizeof(long))
#define SST_SIZE (_NSIG/8)
int sigandset(sigset_t *dest, sigset_t *left, sigset_t *right)
{
......
......@@ -2,7 +2,7 @@
#include <signal.h>
#include <errno.h>
#define SST_SIZE (sizeof(sigset_t) / sizeof(long))
#define SST_SIZE (_NSIG/8)
int sigorset(sigset_t *dest, sigset_t *left, sigset_t *right)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册