diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-03 12:11:05 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-03 12:11:05 +0300 |
commit | 6f010ec18d7f48b123b96bce77be43f84c8328e0 (patch) | |
tree | a4b0fcbea035b3e959249e051e694855362e9795 /rpmio/rpmsq.h | |
parent | 0863a4420ba0569da1edb0dd8018ce7f62c25a28 (diff) | |
download | librpm-tizen-6f010ec18d7f48b123b96bce77be43f84c8328e0.tar.gz librpm-tizen-6f010ec18d7f48b123b96bce77be43f84c8328e0.tar.bz2 librpm-tizen-6f010ec18d7f48b123b96bce77be43f84c8328e0.zip |
Unexport rpmsqCaught now that nothing needs it
Diffstat (limited to 'rpmio/rpmsq.h')
-rw-r--r-- | rpmio/rpmsq.h | 2 |
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. |