From 78076f6140d605f860d3a65167f3bfb42e2522d4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 21 Dec 2004 03:27:08 +0000 Subject: Put the CopyFile function explicitly in the sys namespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19079 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Unix/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/System/Unix/Path.cpp') diff --git a/lib/System/Unix/Path.cpp b/lib/System/Unix/Path.cpp index 3357330dce..e0ca7df6f2 100644 --- a/lib/System/Unix/Path.cpp +++ b/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 { -- cgit v1.2.3-70-g09d2