Unexport rpmsqCaught now that nothing needs it

This commit is contained in:
Panu Matilainen 2008-06-03 12:11:05 +03:00
parent 0863a4420b
commit 6f010ec18d
2 changed files with 1 additions and 3 deletions

View File

@ -148,7 +148,7 @@ fprintf(stderr, " Remove(%p): %p\n", ME(), sq);
return ret;
}
sigset_t rpmsqCaught;
static sigset_t rpmsqCaught;
static struct rpmsig_s {
int signum;

View File

@ -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.