mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
14fe04bdac
commit
c67251edb4
23 changed files with 244 additions and 83 deletions
4
io.c
4
io.c
|
@ -1450,8 +1450,9 @@ pipe_del_fptr(fptr)
|
|||
}
|
||||
}
|
||||
|
||||
#if defined (NT) || defined(DJGPP) || defined(__CYGWIN__) || defined(__human68k__)
|
||||
static void
|
||||
pipe_atexit()
|
||||
pipe_atexit _((void))
|
||||
{
|
||||
struct pipe_list *list = pipe_list;
|
||||
struct pipe_list *tmp;
|
||||
|
@ -1462,6 +1463,7 @@ pipe_atexit()
|
|||
list = tmp;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static void
|
||||
pipe_finalize(fptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue