summaryrefslogtreecommitdiff
path: root/lib/psm.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-03-19 16:05:49 +0000
committerjbj <devnull@localhost>2003-03-19 16:05:49 +0000
commit97ec1053c9290e6f43e661be733ba08e3b1175b5 (patch)
tree8c5f6d2701117965a187c77ba354f5c87faafe3b /lib/psm.h
parent099e6cd1ae88c97384ac085a8ceafdcf85a51ab6 (diff)
downloadrpm-97ec1053c9290e6f43e661be733ba08e3b1175b5.tar.gz
rpm-97ec1053c9290e6f43e661be733ba08e3b1175b5.tar.bz2
rpm-97ec1053c9290e6f43e661be733ba08e3b1175b5.zip
- unify signal handling in librpmio, use condvar to deliver signal.
CVS patchset: 6707 CVS date: 2003/03/19 16:05:49
Diffstat (limited to 'lib/psm.h')
-rw-r--r--lib/psm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/psm.h b/lib/psm.h
index b2c387764..866966e02 100644
--- a/lib/psm.h
+++ b/lib/psm.h
@@ -178,6 +178,7 @@ rpmpsm rpmpsmNew(rpmts ts, /*@null@*/ rpmte te, rpmfi fi)
rpmRC rpmpsmStage(rpmpsm psm, pkgStage stage)
/*@globals rpmGlobalMacroContext, fileSystem, internalState @*/
/*@modifies psm, rpmGlobalMacroContext, fileSystem, internalState @*/;
+#define rpmpsmUNSAFE rpmpsmSTAGE
#ifdef __cplusplus
}