diff options
author | Christopher Faylor <me@cgf.cx> | 2013-10-19 14:37:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-10-19 14:37:29 +0000 |
commit | 41f4cb73112980a1e25fb62efcdb1b2501528fd8 (patch) | |
tree | 4f5d0ca452c9dad0958df438a4f9491e848a5689 /winsup/cygwin | |
parent | bb0dc1c297478b322c0fca747a941352e97cf786 (diff) | |
download | cygnal-41f4cb73112980a1e25fb62efcdb1b2501528fd8.tar.gz cygnal-41f4cb73112980a1e25fb62efcdb1b2501528fd8.tar.bz2 cygnal-41f4cb73112980a1e25fb62efcdb1b2501528fd8.zip |
.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/release/1.7.26 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.26 b/winsup/cygwin/release/1.7.26 index 8f15405bd..378385527 100644 --- a/winsup/cygwin/release/1.7.26 +++ b/winsup/cygwin/release/1.7.26 @@ -18,3 +18,6 @@ Bug fixes: - Fix random content of /proc/$PID/ctty if the process has no controlling tty. Set to just "\n" instead. + +- Properly set process sid rather than always using -1. + Fixes: http://cygwin.com/ml/cygwin/2013-10/threads.html#00237 |