(sigmask): New function (does nothing).
(sigunblock): Ditto.
This commit is contained in:
parent
d968f7dbb7
commit
8f900f6e16
1 changed files with 12 additions and 0 deletions
12
src/w32.c
12
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue