changeset 27630:95dde6f88b39

(sigmask): New function (does nothing). (sigunblock): Ditto.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:46 +0000
parents 1a1bb26a2326
children 5fe002cf4b37
files src/w32.c
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32.c	Sun Feb 06 23:37:45 2000 +0000
+++ b/src/w32.c	Sun Feb 06 23:37:46 2000 +0000
@@ -558,12 +558,24 @@
 }
 
 int 
+sigmask (int sig) 
+{ 
+  return 0;
+}
+
+int 
 sigblock (int sig) 
 { 
   return 0;
 }
 
 int 
+sigunblock (int sig) 
+{ 
+  return 0;
+}
+
+int 
 setpgrp (int pid, int gid) 
 { 
   return 0;