[llvm-commits] CVS: llvm/lib/System/Unix/Path.cpp
Reid Spencer
reid at x10sys.com
Mon Dec 20 19:27:19 PST 2004
Changes in directory llvm/lib/System/Unix:
Path.cpp updated: 1.26 -> 1.27
---
Log message:
Put the CopyFile function explicitly in the sys namespace.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/System/Unix/Path.cpp
diff -u llvm/lib/System/Unix/Path.cpp:1.26 llvm/lib/System/Unix/Path.cpp:1.27
--- llvm/lib/System/Unix/Path.cpp:1.26 Sun Dec 19 18:16:38 2004
+++ llvm/lib/System/Unix/Path.cpp Mon Dec 20 21:27:08 2004
@@ -548,7 +548,7 @@
}
void
-CopyFile(const sys::Path &Dest, const sys::Path &Src) {
+sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) {
int inFile = -1;
int outFile = -1;
try {
More information about the llvm-commits
mailing list