Unexport rpmsqCaught now that nothing needs it
This commit is contained in:
parent
0863a4420b
commit
6f010ec18d
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue