Implemented NtSignalAndWaitForSingleObject.

diff --git a/server/mapping.c b/server/mapping.c
index 8992986..046bc0b 100644
--- a/server/mapping.c
+++ b/server/mapping.c
@@ -62,6 +62,7 @@
     NULL,                        /* remove_queue */
     NULL,                        /* signaled */
     NULL,                        /* satisfied */
+    no_signal,                   /* signal */
     mapping_get_fd,              /* get_fd */
     mapping_destroy              /* destroy */
 };