mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
signal.c: fix braino in fake_grantfd
[Bug #14871] Is neon down? I missed ruby-core notifications on this. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ea5efa117f
commit
8222d794f3
1 changed files with 1 additions and 1 deletions
2
signal.c
2
signal.c
|
@ -1588,7 +1588,7 @@ fake_grantfd(int masterfd)
|
||||||
errno = ENOSYS;
|
errno = ENOSYS;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#define grantpt(fd) fake_grantfd(int)
|
#define grantpt(fd) fake_grantfd(fd)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Add table
Reference in a new issue