1
0
Fork 0
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:
normal 2018-06-27 08:24:10 +00:00
parent ea5efa117f
commit 8222d794f3

View file

@ -1588,7 +1588,7 @@ fake_grantfd(int masterfd)
errno = ENOSYS;
return -1;
}
#define grantpt(fd) fake_grantfd(int)
#define grantpt(fd) fake_grantfd(fd)
#endif
int