diff options
author | jbj <devnull@localhost> | 2001-10-17 16:43:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-17 16:43:36 +0000 |
commit | d57a29baac08c4cc929c9755cfbc5c93d56a0f4d (patch) | |
tree | 586ca6c4d0d8c80d4c037d18f15a30c694fbdb54 /lib/misc.h | |
parent | 96a3f7a55d444296f97c3e28c8d810e220e1cb9f (diff) | |
download | rpm-d57a29baac08c4cc929c9755cfbc5c93d56a0f4d.tar.gz rpm-d57a29baac08c4cc929c9755cfbc5c93d56a0f4d.tar.bz2 rpm-d57a29baac08c4cc929c9755cfbc5c93d56a0f4d.zip |
Converging on lclint-3.0.17 strict level.
CVS patchset: 5118
CVS date: 2001/10/17 16:43:36
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/misc.h b/lib/misc.h index 9c38cf92e..8735a6310 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -144,8 +144,10 @@ int doputenv(const char * str) int makeTempFile(/*@null@*/ const char * prefix, /*@null@*/ /*@out@*/ const char ** fnptr, /*@out@*/ FD_t * fdptr) - /*@globals fileSystem, internalState@*/ - /*@modifies *fnptr, *fdptr, fileSystem, internalState @*/; + /*@globals rpmGlobalMacroContext, + fileSystem, internalState @*/ + /*@modifies *fnptr, *fdptr, rpmGlobalMacroContext, + fileSystem, internalState @*/; /** * Return (malloc'd) current working directory. @@ -177,7 +179,9 @@ void buildOrigFileList(Header h, /*@out@*/ const char *** fileListPtr, /** */ +/*@-exportlocal@*/ int myGlobPatternP (const char *patternURL) /*@*/; +/*@=exportlocal@*/ /** */ |