summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-04-30 20:04:58 +0000
committerjbj <devnull@localhost>2003-04-30 20:04:58 +0000
commit1359f248a342c67e364ab83000f83f0c513f4686 (patch)
tree51581493140f2d4fbab36f65319ccb40435b4cdc /system.h
parentb1c4b8352440609c0c9c1a9a415d37a8e0c75439 (diff)
downloadrpm-1359f248a342c67e364ab83000f83f0c513f4686.tar.gz
rpm-1359f248a342c67e364ab83000f83f0c513f4686.tar.bz2
rpm-1359f248a342c67e364ab83000f83f0c513f4686.zip
splint fiddles.
CVS patchset: 6797 CVS date: 2003/04/30 20:04:58
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/system.h b/system.h
index 1e7556353..4a6c47b59 100644
--- a/system.h
+++ b/system.h
@@ -123,6 +123,10 @@ extern void error(int status, int errnum, const char *format, ...)
#endif
#endif
+if HAVE___SECURE_GETENV && !defined(__LCLINT__)
+#define getenv(_s) __secure_getenv(_s)
+#endif
+
#ifdef STDC_HEADERS
/*@-macrounrecog -incondefs -globuse -mustmod @*/ /* FIX: shrug */
#define getopt system_getopt