Unexport rpmsqCaught now that nothing needs it
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 3 Jun 2008 09:11:05 +0000 (12:11 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 3 Jun 2008 09:11:05 +0000 (12:11 +0300)
rpmio/rpmsq.c
rpmio/rpmsq.h

index 6d86626..45c9a60 100644 (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;
index 3224650..a78403b 100644 (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.