* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly.

This commit is contained in:
Po Lu 2024-06-11 10:15:28 +08:00
parent 9e96fbfd85
commit f33806dd66

View 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