openbsd
This commit is contained in:
parent
6c4fd345de
commit
d242e5ad5a
1 changed files with 5 additions and 0 deletions
|
|
@ -263,7 +263,12 @@ void
|
|||
fsysclose(void)
|
||||
{
|
||||
closing = 1;
|
||||
/*
|
||||
* apparently this is not kosher on openbsd.
|
||||
* perhaps because fsysproc is reading from sfd right now,
|
||||
* the close hangs indefinitely.
|
||||
close(sfd);
|
||||
*/
|
||||
}
|
||||
|
||||
Xfid*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue