diff options
author | Christopher Faylor <me@cgf.cx> | 2001-03-18 02:49:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-03-18 02:49:29 +0000 |
commit | 00a7496150b8ab848730cc7e09536babd6b0dc72 (patch) | |
tree | 2d5ec07a799d35a981e321b74f9df5c91000f6d1 /winsup/cygwin/thread.h | |
parent | ee57685985fb60d9d22f5f38f7cfaa14b24df54c (diff) | |
download | cygnal-00a7496150b8ab848730cc7e09536babd6b0dc72.tar.gz cygnal-00a7496150b8ab848730cc7e09536babd6b0dc72.tar.bz2 cygnal-00a7496150b8ab848730cc7e09536babd6b0dc72.zip |
* external.cc (fillout_pinfo): Match windows pid, as well as cygwin pid when
passed in pid. Don't prematurely break when searching for a pid.
* thread.h (_winsup_t): Eliminate unneeded field.
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r-- | winsup/cygwin/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h index c2758c6e5..d7a298514 100644 --- a/winsup/cygwin/thread.h +++ b/winsup/cygwin/thread.h @@ -61,7 +61,6 @@ struct _winsup_t /* console.cc */ unsigned _rarg; - char _my_title_buf[TITLESIZE + 1]; /* dlfcn.cc */ int _dl_error; |