diff options
Diffstat (limited to 'winsup/cygwin/debug.h')
-rw-r--r-- | winsup/cygwin/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/debug.h b/winsup/cygwin/debug.h index 6abdcb0e2..719641f6f 100644 --- a/winsup/cygwin/debug.h +++ b/winsup/cygwin/debug.h @@ -92,7 +92,7 @@ struct handle_list const char *name; const char *func; int ln; - bool clexec; + bool inherited; DWORD pid; struct handle_list *next; }; |