* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly.
This commit is contained in:
parent
9e96fbfd85
commit
f33806dd66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue