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

Unified Diff: runtime/bin/fdutils.h

Issue 11416006: Added FD_CLOEXEC flag to client/server socket file descriptors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | runtime/bin/fdutils_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/fdutils.h
diff --git a/runtime/bin/fdutils.h b/runtime/bin/fdutils.h
index 1cb82e36f23c5c7eb9fb2f29ab0ea28f315bd36e..6771f21d456573e7c330a88be992efce1196d22a 100644
--- a/runtime/bin/fdutils.h
+++ b/runtime/bin/fdutils.h
@@ -10,6 +10,8 @@
class FDUtils {
public:
+ static bool SetCloseOnExec(intptr_t fd);
+
static bool SetNonBlocking(intptr_t fd);
static bool SetBlocking(intptr_t fd);
« no previous file with comments | « no previous file | runtime/bin/fdutils_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698