Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: base/platform_file.h

Issue 12259025: Linux: apply a different hyphen patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/platform_file_posix.cc » ('j') | third_party/hyphen/hyphen.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/platform_file.h
diff --git a/base/platform_file.h b/base/platform_file.h
index 1ac40fcd8e04d9dfc98de771d589db0b2b9bd77a..931cb74fb86bf05bdd6375551457e460d6b0b641 100644
--- a/base/platform_file.h
+++ b/base/platform_file.h
@@ -135,6 +135,8 @@ BASE_EXPORT PlatformFile CreatePlatformFileUnsafe(const FilePath& name,
bool* created,
PlatformFileError* error);
+BASE_EXPORT FILE* FdopenPlatformFile(PlatformFile file, const char* mode);
+
// Closes a file handle. Returns |true| on success and |false| otherwise.
BASE_EXPORT bool ClosePlatformFile(PlatformFile file);
« no previous file with comments | « no previous file | base/platform_file_posix.cc » ('j') | third_party/hyphen/hyphen.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698