Index: src/platform-posix.cc |
diff --git a/src/platform-posix.cc b/src/platform-posix.cc |
index 7082589298398e1b9eff864acdef3120bf591c77..5be305af923ff497bbf86f8350e6074f9419b291 100644 |
--- a/src/platform-posix.cc |
+++ b/src/platform-posix.cc |
@@ -147,6 +147,11 @@ bool OS::Remove(const char* path) { |
} |
+FILE* OS::OpenTemporaryFile() { |
+ return tmpfile(); |
+} |
+ |
+ |
const char* const OS::LogFileOpenMode = "w"; |