From b600df736759c9a5746745385a59a574caed49ff Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 11 Jun 2024 10:38:11 +0300 Subject: [PATCH] ; Revert "* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly." This reverts commit f33806dd6624e874d5cff3cd02ab370f518c0629. Please don't install changes in this area without discussion. (cherry picked from commit 57c492e1c07255b0b9fa8f0f96e826fd29d7a283) --- src/filelock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filelock.c b/src/filelock.c index 268aec84dc7..f625b594d93 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 pid_strtoimax strtoimax +#define strtoimax strtoimax #endif /* WIDNOWSNT */ #ifndef MSDOS -- 2.39.2