aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2000-02-06 23:37:46 +0000
committerAndrew Innes <[email protected]>2000-02-06 23:37:46 +0000
commit8f900f6e165c1a33a9321c005da33739707c2b7b (patch)
tree57681b329bec62e112ad455e3ec7df3eb15b982d
parentd968f7dbb71dc84b0772c174e3bf4cae94b62737 (diff)
(sigmask): New function (does nothing).
(sigunblock): Ditto.
-rw-r--r--src/w32.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c
index 7a9f866082..99ac51897d 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -558,12 +558,24 @@ sigsetmask (int signal_mask)
}
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;