* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly.
authorPo Lu <luangruo@yahoo.com>
Tue, 11 Jun 2024 02:15:28 +0000 (10:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 11 Jun 2024 02:15:28 +0000 (10:15 +0800)
src/filelock.c

index f625b594d93da39ba88d96108feafde2977e5a7a..268aec84dc72e32b2a7ca46c9b97a49404642906 100644 (file)
@@ -60,7 +60,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 #define pidintmax intmax_t
 #define EPRIdMAX PRIdMAX
 #define getpid_for_lock() getpid ()
-#define strtoimax strtoimax
+#define pid_strtoimax strtoimax
 #endif /* WIDNOWSNT */
 
 #ifndef MSDOS