* cygerrno.h: Fix copyright.
* exceptions.cc: Drop comment explaining removed variable.
This commit is contained in:
parent
85d8e389cd
commit
2b814a1937
@ -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>
|
2013-01-09 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* dcrt0.cc (main_thread_sinit): New inline function. Fix and explain
|
* dcrt0.cc (main_thread_sinit): New inline function. Fix and explain
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cygerrno.h: main Cygwin header file.
|
/* 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.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
@ -39,8 +39,6 @@ char debugger_command[2 * NT_MAX_PATH + 20];
|
|||||||
|
|
||||||
static BOOL WINAPI ctrl_c_handler (DWORD);
|
static BOOL WINAPI ctrl_c_handler (DWORD);
|
||||||
|
|
||||||
/* This is set to indicate that we have already exited. */
|
|
||||||
|
|
||||||
NO_COPY static struct
|
NO_COPY static struct
|
||||||
{
|
{
|
||||||
unsigned int code;
|
unsigned int code;
|
||||||
|
Loading…
Reference in New Issue
Block a user