From 077ec4cb37134f2e90dd282ce9c6e496052e35e5 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 8 Jan 2001 04:02:02 +0000 Subject: * pinfo.cc (codepage_init): Move function. * environ.cc (codepage_init): To here. * exceptoins.cc (SIG_NONMASKABLE): Remove SIGCONT from consideration since it is supposed to be maskable. * signal.cc (sigaction): Ditto. * sigproc.cc (wait_sig): Ditto. * winsup.h: Eliminate global declaration of codepage_init. --- winsup/cygwin/winsup.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'winsup/cygwin/winsup.h') diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index d2f475ba2..0b5c58cce 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 Red Hat, Inc. + Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. This file is part of Cygwin. @@ -185,8 +185,6 @@ extern HANDLE netapi32_handle; extern "C" void error_start_init (const char*); extern "C" int try_to_debug (); -extern "C" void codepage_init (const char*); - extern int cygwin_finished_initializing; /**************************** Miscellaneous ******************************/ -- cgit v1.2.3