summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2011-06-30 12:48:40 +0000
committerroot <root>2011-06-30 12:48:40 +0000
commit21c8abd4acc82af7c4f1182abccf74db14723fcf (patch)
tree6e69ff7f3b555b1cf19727bb11cddc2a343c4ede
parent2edf70eb0c471cff2fadb157ea3fe1592d9b3cd4 (diff)
-nosigmask
-rw-r--r--ev_vars.h1
-rw-r--r--ev_wrap.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/ev_vars.h b/ev_vars.h
index db132cb..9f7acb6 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -182,7 +182,6 @@ VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
#endif
VARx(EV_ATOMIC_T, sig_pending)
-VARx(int, nosigmask)
#if EV_USE_SIGNALFD || EV_GENWRAP
VARx(int, sigfd)
VARx(ev_io, sigfd_w)
diff --git a/ev_wrap.h b/ev_wrap.h
index 2dd8bb4..36edbd2 100644
--- a/ev_wrap.h
+++ b/ev_wrap.h
@@ -87,7 +87,6 @@
#define fs_2625 ((loop)->fs_2625)
#define fs_hash ((loop)->fs_hash)
#define sig_pending ((loop)->sig_pending)
-#define nosigmask ((loop)->nosigmask)
#define sigfd ((loop)->sigfd)
#define sigfd_w ((loop)->sigfd_w)
#define sigfd_set ((loop)->sigfd_set)
@@ -186,7 +185,6 @@
#undef fs_2625
#undef fs_hash
#undef sig_pending
-#undef nosigmask
#undef sigfd
#undef sigfd_w
#undef sigfd_set