]> git.eshelyaron.com Git - emacs.git/commit
Start of a fix for bug#71477
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Jun 2024 15:42:24 +0000 (08:42 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Jun 2024 17:21:08 +0000 (19:21 +0200)
commit3b97c9ea01026dfcd5dbd889d46a929fe2abcf55
treef026718bca23ab82262e47d863d3e1037c135b0a
parentb5cee6d725333884deb98541d694120c17f1a337
Start of a fix for bug#71477

* src/filelock.c (integer_prefixed): New static function.
(VALID_PROCESS_ID): New macro.
(current_lock_owner): Use them to allow negative process IDs
on some Microsoft platforms.

(cherry picked from commit ac14d56a4d749661a9c52941e6511a0c300d35e4)
src/filelock.c