 Chromium Code Reviews
 Chromium Code Reviews Issue 11416006:
  Added FD_CLOEXEC flag to client/server socket file descriptors  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 11416006:
  Added FD_CLOEXEC flag to client/server socket file descriptors  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| 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); |