projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e96fbf
)
* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly.
author
Po Lu
<luangruo@yahoo.com>
Tue, 11 Jun 2024 02:15:28 +0000
(10:15 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 11 Jun 2024 02:15:28 +0000
(10:15 +0800)
src/filelock.c
patch
|
blob
|
history
diff --git
a/src/filelock.c
b/src/filelock.c
index f625b594d93da39ba88d96108feafde2977e5a7a..268aec84dc72e32b2a7ca46c9b97a49404642906 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 strtoimax strtoimax
+#define
pid_
strtoimax strtoimax
#endif /* WIDNOWSNT */
#ifndef MSDOS