From 4d89a759263cb278ecf19031625408100a56aa43 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 11 Jun 2024 10:15:28 +0800 Subject: [PATCH] * src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly. (cherry picked from commit f33806dd6624e874d5cff3cd02ab370f518c0629) --- src/filelock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filelock.c b/src/filelock.c index f625b594d93..268aec84dc7 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -60,7 +60,7 @@ along with GNU Emacs. If not, see . */ #define pidintmax intmax_t #define EPRIdMAX PRIdMAX #define getpid_for_lock() getpid () -#define strtoimax strtoimax +#define pid_strtoimax strtoimax #endif /* WIDNOWSNT */ #ifndef MSDOS -- 2.39.2