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>2012-12-31 22:31:49 +0400
committerChristopher Faylor <me@cgf.cx>2012-12-31 22:31:49 +0400
commitf6187d46b117f281040e2b9a9f3bdabe60954156 (patch)
treefbc8df0e5be98ae0c76f22b4f7a71e4bd017a197 /winsup/cygwin/winsup.h
parent871d0724fa3251afb026608af733d6eea4dce8fd (diff)
* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.
* syscalls.cc (dup2): Ditto. * winsup.h (events_terminate): Delete obsolete function declaration.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 0638b44f2..21082c6e3 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -185,7 +185,6 @@ void uinfo_init ();
/* various events */
void events_init ();
-void events_terminate ();
void __stdcall close_all_files (bool = false);