diff options
author | Christopher Faylor <me@cgf.cx> | 2003-05-30 15:01:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-05-30 15:01:33 +0000 |
commit | cbe537543738595591484dacafcafabcad673005 (patch) | |
tree | 324fcd5794051570e36748a9b9acb1b2208e47ce /winsup/cygwin/exceptions.cc | |
parent | 1698ff392ad8abc4320ddd9dd13609e5cef94030 (diff) | |
download | cygnal-cbe537543738595591484dacafcafabcad673005.tar.gz cygnal-cbe537543738595591484dacafcafabcad673005.tar.bz2 cygnal-cbe537543738595591484dacafcafabcad673005.zip |
* cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's have
problems with.
* path.cc (path_conv::check): Rework has_acls logic slightly. Uncouple exec
tests away from filesystem tests.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r-- | winsup/cygwin/exceptions.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 482745e89..4a38a8e4c 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -608,9 +608,8 @@ sig_handle_tty_stop (int sig) myself->stopsig = sig; /* See if we have a living parent. If so, send it a special signal. - * It will figure out exactly which pid has stopped by scanning - * its list of subprocesses. - */ + It will figure out exactly which pid has stopped by scanning + its list of subprocesses. */ if (my_parent_is_alive ()) { pinfo parent (myself->ppid); |