Please review this at http://codereview.appspot.com/40069
Affected files:
M src/process-manager/simu-fcntl.h
Index: src/process-manager/simu-fcntl.h
===================================================================
--- a/src/process-manager/simu-fcntl.h
+++ b/src/process-manager/simu-fcntl.h
@@ -6,6 +6,7 @@
#endif
int simu_open (const char *path, int flags);
+int simu_fcntl(int fd, int cmd);
#ifdef __cplusplus