From 1fc7d6a0c514257cee9fb204cb83564b17354c11 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Tue, 8 Apr 2014 07:01:44 -0300 Subject: Fix/add more files with to clint-files.txt --- src/os/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/os.h') diff --git a/src/os/os.h b/src/os/os.h index fc66307d34..eac6e730c5 100644 --- a/src/os/os.h +++ b/src/os/os.h @@ -86,7 +86,7 @@ char *os_getenvname_at_index(size_t index); /// Get the process ID of the Neovim process. /// /// @return the process ID. -long os_get_pid(void); +int64_t os_get_pid(void); /// Get the hostname of the machine runing Neovim. /// -- cgit