]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly.
authorPo Lu <luangruo@yahoo.com>
Tue, 11 Jun 2024 02:15:28 +0000 (10:15 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:27:40 +0000 (11:27 +0200)
(cherry picked from commit f33806dd6624e874d5cff3cd02ab370f518c0629)

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