From: Po Lu Date: Tue, 11 Jun 2024 02:15:28 +0000 (+0800) Subject: * src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d89a759263cb278ecf19031625408100a56aa43;p=emacs.git * src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly. (cherry picked from commit f33806dd6624e874d5cff3cd02ab370f518c0629) --- 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