projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95f9e5
)
; Revert "* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly."
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 11 Jun 2024 07:38:11 +0000
(10:38 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 11 Jun 2024 07:38:11 +0000
(10:38 +0300)
This reverts commit
f33806dd6624e874d5cff3cd02ab370f518c0629
.
Please don't install changes in this area without discussion.
src/filelock.c
patch
|
blob
|
history
diff --git
a/src/filelock.c
b/src/filelock.c
index 268aec84dc72e32b2a7ca46c9b97a49404642906..f625b594d93da39ba88d96108feafde2977e5a7a 100644
(file)
--- a/
src/filelock.c
+++ b/
src/filelock.c
@@
-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