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>2010-09-21 00:25:50 +0400
committerChristopher Faylor <me@cgf.cx>2010-09-21 00:25:50 +0400
commit73b6b43ed33037f897ad95651f8ac2d1b233b25b (patch)
tree61268be66356c0af380556882e7304a1c54cf1e5 /winsup/cygwin/debug.h
parentb64733135ad678a80e14a64a54af0b8538fb8fcf (diff)
* fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks to
determine when a process should grab control of a tty's pgid. Use being_debugged() for consistency. * debug.h (being_debugged): Remove vestige of win9x accommodation.
Diffstat (limited to 'winsup/cygwin/debug.h')
-rw-r--r--winsup/cygwin/debug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/debug.h b/winsup/cygwin/debug.h
index b2333e6fd..d14be53de 100644
--- a/winsup/cygwin/debug.h
+++ b/winsup/cygwin/debug.h
@@ -20,8 +20,7 @@ details. */
#if !defined(_DEBUG_H_)
#define _DEBUG_H_
-#define being_debugged() \
- (IsDebuggerPresent () /* || GetLastError () == ERROR_PROC_NOT_FOUND*/)
+#define being_debugged() (IsDebuggerPresent ())
#ifndef DEBUGGING
# define cygbench(s)