Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-05-30 19:01:33 +0400
committerChristopher Faylor <me@cgf.cx>2003-05-30 19:01:33 +0400
commitcbe537543738595591484dacafcafabcad673005 (patch)
tree324fcd5794051570e36748a9b9acb1b2208e47ce /winsup/cygwin/exceptions.cc
parent1698ff392ad8abc4320ddd9dd13609e5cef94030 (diff)
* 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.cc5
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);