mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
Moved mch_get_pid and renamed it to os_get_pid
This commit is contained in:

committed by
Thiago de Arruda

parent
f545afaed0
commit
a8013f2bb1
@@ -2605,7 +2605,7 @@ static char_u *get_mef_name(void)
|
||||
/* Keep trying until the name doesn't exist yet. */
|
||||
for (;; ) {
|
||||
if (start == -1)
|
||||
start = mch_get_pid();
|
||||
start = os_get_pid();
|
||||
else
|
||||
off += 19;
|
||||
|
||||
|
Reference in New Issue
Block a user