* 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.
This commit is contained in:
Christopher Faylor
2003-05-30 15:01:33 +00:00
parent 1698ff392a
commit cbe5375437
4 changed files with 22 additions and 15 deletions

View File

@ -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);