]> git.eshelyaron.com Git - emacs.git/commit
Implement system_process_attributes on Cygwin
authorKen Brown <kbrown@cornell.edu>
Wed, 27 Apr 2022 14:46:57 +0000 (10:46 -0400)
committerKen Brown <kbrown@cornell.edu>
Wed, 27 Apr 2022 17:22:06 +0000 (13:22 -0400)
commitf97d4460e007d7b37aa7defcf9113cb6bb8cab5a
tree9a9f3c69062a93e0a1614db4aa34b54a5903fe6a
parent1110d7326f8b2b94f473244c5d2111324d06cd29
Implement system_process_attributes on Cygwin

* src/sysdep.c (system_process_attributes) [CYGWIN]: Implement,
using the /proc filesystem.  The code is identical to the
GNU/Linux code except for the 'ttname' attribute.  (Bug#55153)

* etc/NEWS: Mention the change.
etc/NEWS
src/sysdep.c