[llvm-commits] CVS: llvm/lib/System/Unix/Program.cpp

Reid Spencer reid at x10sys.com
Sun Aug 29 13:10:17 PDT 2004



Changes in directory llvm/lib/System/Unix:

Program.cpp updated: 1.1 -> 1.2
---
Log message:

Add a declaration of environ global for Darwin


---
Diffs of the changes:  (+2 -0)

Index: llvm/lib/System/Unix/Program.cpp
diff -u llvm/lib/System/Unix/Program.cpp:1.1 llvm/lib/System/Unix/Program.cpp:1.2
--- llvm/lib/System/Unix/Program.cpp:1.1	Sun Aug 29 14:20:41 2004
+++ llvm/lib/System/Unix/Program.cpp	Sun Aug 29 15:10:07 2004
@@ -24,6 +24,8 @@
 #include <sys/wait.h>
 #endif
 
+extern char** environ;
+
 namespace llvm {
 using namespace sys;
 






More information about the llvm-commits mailing list