зеркало из https://github.com/github/ruby.git
* ext/pty/pty.c (chfunc): make it static.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9bfd822bd1
Коммит
67e43bfdf3
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 15 21:01:46 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/pty/pty.c (chfunc): make it static.
|
||||
|
||||
Mon Dec 15 20:59:10 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/pty/pty.c (child_info): add slavename.
|
||||
|
|
|
@ -150,7 +150,8 @@ struct child_info {
|
|||
VALUE *argv;
|
||||
};
|
||||
|
||||
int chfunc(void *data)
|
||||
static int
|
||||
chfunc(void *data)
|
||||
{
|
||||
struct child_info *carg = data;
|
||||
int master = carg->master;
|
||||
|
|
Загрузка…
Ссылка в новой задаче