diff options
author | jbj <devnull@localhost> | 2003-03-19 16:05:49 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-03-19 16:05:49 +0000 |
commit | 97ec1053c9290e6f43e661be733ba08e3b1175b5 (patch) | |
tree | 8c5f6d2701117965a187c77ba354f5c87faafe3b /lib/psm.h | |
parent | 099e6cd1ae88c97384ac085a8ceafdcf85a51ab6 (diff) | |
download | rpm-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |