aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
diff options
context:
space:
mode:
authorYuta Saito <kateinoigakukun@gmail.com>2022-01-18 19:08:07 +0900
committerGitHub <noreply@github.com>2022-01-18 19:08:07 +0900
commit6729258839467ffabf40e25e8510ee9f2a24864a (patch)
tree17a36c01d00ce540f106e90c56732a54c20e5592 /win32/win32.c
parent3fb1f411ed8dcae693c2e9bdb68f4e9815cbb5f1 (diff)
downloadruby-6729258839467ffabf40e25e8510ee9f2a24864a.tar.gz
include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index d9e719af00..832725a645 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -4871,7 +4871,7 @@ rb_w32_ulchown(const char *path, int owner, int group)
/* License: Ruby's */
int
-kill(int pid, int sig)
+kill(rb_pid_t pid, int sig)
{
int ret = 0;
DWORD err;