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

Unified Diff: base/os_compat_android.h

Issue 10696114: Upstreaming diffs in os_compat_android.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 | « base/base.gyp ('k') | base/os_compat_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/os_compat_android.h
diff --git a/base/os_compat_android.h b/base/os_compat_android.h
index f77859b337db27d1825c1a1c1e5bca4f9031da75..f950a1081c0a5d9f4340a19747f345ad8c624ca7 100644
--- a/base/os_compat_android.h
+++ b/base/os_compat_android.h
@@ -12,7 +12,7 @@
// Not implemented in Bionic.
extern "C" int futimes(int fd, const struct timeval tv[2]);
-// The prototype of mkdtemp is missing.
+// Not exposed or implemented in Bionic.
extern "C" char* mkdtemp(char* path);
// Android has no timegm().
« no previous file with comments | « base/base.gyp ('k') | base/os_compat_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698