]> git.eshelyaron.com Git - emacs.git/commitdiff
; Revert "* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly."
authorEli Zaretskii <eliz@gnu.org>
Tue, 11 Jun 2024 07:38:11 +0000 (10:38 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:28:06 +0000 (11:28 +0200)
This reverts commit f33806dd6624e874d5cff3cd02ab370f518c0629.
Please don't install changes in this area without discussion.

(cherry picked from commit 57c492e1c07255b0b9fa8f0f96e826fd29d7a283)

src/filelock.c

index 268aec84dc72e32b2a7ca46c9b97a49404642906..f625b594d93da39ba88d96108feafde2977e5a7a 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 pid_strtoimax strtoimax
+#define strtoimax strtoimax
 #endif /* WIDNOWSNT */
 
 #ifndef MSDOS