diff options
author | Christopher Faylor <me@cgf.cx> | 2013-01-11 15:36:40 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-01-11 15:36:40 +0000 |
commit | 2f47bbd55583be9b24bee039e6b7f35e3727b8de (patch) | |
tree | bb9cd528ba8480fd8d40977ffb54727b28fc1a67 /winsup/cygwin/globals.cc | |
parent | 0ad26aec5b71b1b4c8ebf9c7b395cc3d0d89c18f (diff) | |
download | newlib-2f47bbd55583be9b24bee039e6b7f35e3727b8de.zip newlib-2f47bbd55583be9b24bee039e6b7f35e3727b8de.tar.gz newlib-2f47bbd55583be9b24bee039e6b7f35e3727b8de.tar.bz2 |
* DevNotes: Add entry cgf-000021.
* select.cc (select): Unconditionally return when a signal is detected.
(select_stuff::wait): Ditto.
Diffstat (limited to 'winsup/cygwin/globals.cc')
-rw-r--r-- | winsup/cygwin/globals.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/globals.cc b/winsup/cygwin/globals.cc index 19a65b1..581aecb 100644 --- a/winsup/cygwin/globals.cc +++ b/winsup/cygwin/globals.cc @@ -1,7 +1,7 @@ /* globals.cc - Define global variables here. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc. + 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Red Hat, Inc. This file is part of Cygwin. |