summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Path.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-21 03:27:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-21 03:27:08 +0000
commit107410613b52284235ee21eb99eb9e295ab04584 (patch)
treea66b7115ee16b446ba6176601a5ec0340997218c /llvm/lib/System/Unix/Path.cpp
parent4acff4056f6d8d01b630d44ba23db8b9f07cf80d (diff)
downloadbcm5719-llvm-107410613b52284235ee21eb99eb9e295ab04584.tar.gz
bcm5719-llvm-107410613b52284235ee21eb99eb9e295ab04584.zip
Put the CopyFile function explicitly in the sys namespace.
llvm-svn: 19079
Diffstat (limited to 'llvm/lib/System/Unix/Path.cpp')
-rw-r--r--llvm/lib/System/Unix/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/Path.cpp b/llvm/lib/System/Unix/Path.cpp
index 3357330dce1..e0ca7df6f21 100644
--- a/llvm/lib/System/Unix/Path.cpp
+++ b/llvm/lib/System/Unix/Path.cpp
@@ -548,7 +548,7 @@ Path::setStatusInfo(const StatusInfo& si) const {
}
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 {
OpenPOWER on IntegriCloud