Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
44710bcb
Commit
44710bcb
authored
Dec 28, 2001
by
sof
Browse files
[project @ 2001-12-28 22:58:17 by sof]
struct sigset_t -> sigset_t
parent
ae969b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/cbits/PrelIOUtils.c
View file @
44710bcb
...
...
@@ -210,7 +210,7 @@ int prel_sizeof_termios()
int
prel_sizeof_sigset_t
()
{
#ifndef mingw32_TARGET_OS
return
sizeof
(
struct
sigset_t
);
return
sizeof
(
sigset_t
);
#else
return
0
;
#endif
...
...
@@ -225,7 +225,7 @@ int prel_echo()
#endif
}
extern
int
prel_tcsanow
()
int
prel_tcsanow
()
{
#ifdef TCSANOW
return
TCSANOW
;
...
...
Write
Preview
Supports
Markdown
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