Modified the generated Makefile for some options,
[nit.git] / lib / pnacl.nit
index c7fb2ab..ef149b1 100644 (file)
@@ -151,6 +151,9 @@ module pnacl is platform
            }
            return NULL;
        }
+
+       // Hack poll
+       int poll(void *fds, int nfds, int timeout) { return 0; }
 `}
 
 # Nit class representing a Pepper C API PP_Var typed as a Dictionary.