summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-04-11 16:55:19 +0000
committerjbj <devnull@localhost>2002-04-11 16:55:19 +0000
commit2404e8d91895eae6913b9181094e6ef1f3c47ed0 (patch)
tree02db6f534d1c4daf10930c1733783e1a74b16aaa /system.h
parentbd2f1e9543e175e9b1c07e308da38d39807ccabd (diff)
downloadrpm-2404e8d91895eae6913b9181094e6ef1f3c47ed0.tar.gz
- rescusitate --rebuild.
CVS patchset: 5389 CVS date: 2002/04/11 16:55:19
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.h b/system.h
index b51f2f2ac..45a6c154e 100644
--- a/system.h
+++ b/system.h
@@ -28,7 +28,7 @@ extern int chroot (const char *__path)
/*@modifies errno, systemState @*/;
/*@=superuser =declundef =incondefs @*/
#endif
-#if !defined(__GLIBC__)
+#if !defined(__GLIBC__) && !defined(__LCLINT__)
extern char ** environ;
#endif
#endif