From: Eli Zaretskii Date: Tue, 11 Jun 2024 07:38:11 +0000 (+0300) Subject: ; Revert "* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly." X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b600df736759c9a5746745385a59a574caed49ff;p=emacs.git ; 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) --- 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