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

Unified Diff: libraries/nacl-mounts/base/KernelProxy.h

Issue 10832154: Fix dup and dup2 in nacl-mounts (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: Created 8 years, 4 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
Index: libraries/nacl-mounts/base/KernelProxy.h
===================================================================
--- libraries/nacl-mounts/base/KernelProxy.h (revision 611)
+++ libraries/nacl-mounts/base/KernelProxy.h (working copy)
@@ -158,6 +158,7 @@
pthread_mutex_t lock;
};
FileHandle* GetFileHandle(int fd);
+ int Close(int fd);
BaseSocketSubSystem* socket_subsystem_;
Path cwd_;

Powered by Google App Engine
This is Rietveld 408576698