Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
40a64623
Commit
40a64623
authored
Jan 23, 1996
by
Karl Heuer
Browse files
(sigblock): New (dummy) function.
parent
919ccc94
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/msdos.c
src/msdos.c
+1
-0
No files found.
src/msdos.c
View file @
40a64623
...
...
@@ -2396,6 +2396,7 @@ request_sigio () {}
setpgrp
()
{
return
0
;
}
setpriority
(
x
,
y
,
z
)
int
x
,
y
,
z
;
{
return
0
;
}
sigsetmask
(
x
)
int
x
;
{
return
0
;
}
sigblock
(
mask
)
int
mask
;
{
return
0
;
}
unrequest_sigio
()
{}
#ifndef HAVE_SELECT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment