For PR351:
[oota-llvm.git] / lib / System / Win32 / Path.inc
index e847154e583623226ba8ccdb1a49ef677724f61b..43d553bbd99346f6d03a467f7fa517a3c9a046fd 100644 (file)
@@ -287,6 +287,15 @@ Path::getLast() const {
   return path.substr(pos+1);
 }
 
+void Path::makeReadable() {
+}
+
+void Path::makeWriteable() {
+}
+
+void Path::makeExecutable() {
+}
+
 bool
 Path::setDirectory(const std::string& a_path) {
   if (a_path.size() == 0)