* cygerrno.h: Fix copyright.

* exceptions.cc: Drop comment explaining removed variable.
This commit is contained in:
Corinna Vinschen 2013-01-09 16:25:15 +00:00
parent 85d8e389cd
commit 2b814a1937
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2013-01-09 Corinna Vinschen <corinna@vinschen.de>
* cygerrno.h: Fix copyright.
* exceptions.cc: Drop comment explaining removed variable.
2013-01-09 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (main_thread_sinit): New inline function. Fix and explain

View File

@ -1,6 +1,6 @@
/* cygerrno.h: main Cygwin header file.
Copyright 2000, 2001, 2002, 2003, 2004, 2010, 2011 Red Hat, Inc.
Copyright 2000, 2001, 2002, 2003, 2004, 2010, 2011, 2012 Red Hat, Inc.
This file is part of Cygwin.

View File

@ -39,8 +39,6 @@ char debugger_command[2 * NT_MAX_PATH + 20];
static BOOL WINAPI ctrl_c_handler (DWORD);
/* This is set to indicate that we have already exited. */
NO_COPY static struct
{
unsigned int code;