summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-14 15:09:07 +0000
committerjbj <devnull@localhost>2004-10-14 15:09:07 +0000
commit9e30825226d5b1613eb210094fde5f5488fb4725 (patch)
treeb70d6eed0ef8154c88cb4b0d90618516cfa9bbe2 /system.h
parent47ea5da7dd42de36b235b688205fb35f53e3cad6 (diff)
downloadlibrpm-tizen-9e30825226d5b1613eb210094fde5f5488fb4725.tar.gz
librpm-tizen-9e30825226d5b1613eb210094fde5f5488fb4725.tar.bz2
librpm-tizen-9e30825226d5b1613eb210094fde5f5488fb4725.zip
- fix: don't set handler if SIG_IGN is already set (#134474).
CVS patchset: 7462 CVS date: 2004/10/14 15:09:07
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/system.h b/system.h
index c23e025e3..6db932cfd 100644
--- a/system.h
+++ b/system.h
@@ -482,14 +482,14 @@ const char *__progname;
/* ============== from misc/miscfn.h */
-#if !defined(USE_GNU_GLOB)
+#if !defined(USE_GNU_GLOB) || defined(__LCLINT__)
#if HAVE_FNMATCH_H
/*@-noparams@*/
#include <fnmatch.h>
/*@=noparams@*/
#endif
-#if HAVE_GLOB_H
+#if HAVE_GLOB_H || defined(__LCLINT__)
/*@-noparams@*/
#include <glob.h>
/*@=noparams@*/