summaryrefslogtreecommitdiff
path: root/rpmio/rpmsq.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-06-03 12:11:05 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-06-03 12:11:05 +0300
commit6f010ec18d7f48b123b96bce77be43f84c8328e0 (patch)
treea4b0fcbea035b3e959249e051e694855362e9795 /rpmio/rpmsq.h
parent0863a4420ba0569da1edb0dd8018ce7f62c25a28 (diff)
downloadrpm-6f010ec18d7f48b123b96bce77be43f84c8328e0.tar.gz
rpm-6f010ec18d7f48b123b96bce77be43f84c8328e0.tar.bz2
rpm-6f010ec18d7f48b123b96bce77be43f84c8328e0.zip
Unexport rpmsqCaught now that nothing needs it
Diffstat (limited to 'rpmio/rpmsq.h')
-rw-r--r--rpmio/rpmsq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpmio/rpmsq.h b/rpmio/rpmsq.h
index 32246508e..a78403bae 100644
--- a/rpmio/rpmsq.h
+++ b/rpmio/rpmsq.h
@@ -51,8 +51,6 @@ struct rpmsqElem {
};
#endif /* _RPMSQ_INTERNAL */
-extern sigset_t rpmsqCaught;
-
/** \ingroup rpmsq
* Test if given signal has been caught (while signals blocked).
* Similar to sigismember() but operates on internal signal queue.