]> git.eshelyaron.com Git - emacs.git/commitdiff
(sigmask): New function (does nothing).
authorAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:46 +0000 (23:37 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:46 +0000 (23:37 +0000)
(sigunblock): Ditto.

src/w32.c

index 7a9f86608205d5c0126de4abf851235c886124d2..99ac51897d1efe49356aa25d15d245736dc5cfdf 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -557,12 +557,24 @@ sigsetmask (int signal_mask)
   return 0;
 }
 
+int 
+sigmask (int sig) 
+{ 
+  return 0;
+}
+
 int 
 sigblock (int sig) 
 { 
   return 0;
 }
 
+int 
+sigunblock (int sig) 
+{ 
+  return 0;
+}
+
 int 
 setpgrp (int pid, int gid) 
 {