repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2011-04-03 Tobias Burnus <burnus@net-b.de>
[official-gcc.git]
/
libiberty
/
msdos.c
blob
923e64d4ede606ee74f03c0baff6bb5f8f931c5c
1
char
msg
[] =
"No vfork available - aborting
\n
"
;
2
vfork
()
3
{
4
write
(
1
,
msg
,
sizeof
(
msg
));
5
}
6
7
sigsetmask
()
8
{
9
/* no signals support in go32 (yet) */
10
}
11
12
waitpid
()
13
{
14
return
-
1
;
15
}