summaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorrbcollins <rbcollins>2002-01-15 12:52:48 +0000
committerrbcollins <rbcollins>2002-01-15 12:52:48 +0000
commit63c640d383ce7ce023ba97ebfa0ff29f09fb5dd4 (patch)
treef78ed5ce0b1a5352e81ce5fa0536c7e7ef992415 /winsup/cygwin/winsup.h
parentaaea478f17d3d6f0d436cfc066122306054304ff (diff)
downloadgdb-63c640d383ce7ce023ba97ebfa0ff29f09fb5dd4.tar.gz
Merged changes from HEAD
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 9759f13484c..5548e2de422 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -1,6 +1,6 @@
/* winsup.h: main Cygwin header file.
- Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin.
@@ -195,7 +195,7 @@ void __stdcall totimeval (struct timeval *dst, FILETIME * src, int sub, int flag
long __stdcall to_time_t (FILETIME * ptr);
void __stdcall set_console_title (char *);
-void set_console_handler ();
+void early_stuff_init ();
int __stdcall check_null_str (const char *name) __attribute__ ((regparm(1)));
int __stdcall check_null_empty_str (const char *name) __attribute__ ((regparm(1)));