From b21413b3042eb28cc4ac7e182426e1548eea62a5 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 11 Aug 2005 16:30:48 +0000 Subject: * dcrt0.cc: Remove ld_preload declaration. * winsup.h: Move ld_preload declaration here. * fork.cc (fork_child): Call ld_preload() before returning. --- winsup/cygwin/winsup.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/cygwin/winsup.h') diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 3c289685b..fdc8566d7 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -236,6 +236,8 @@ extern HANDLE netapi32_handle; extern "C" void error_start_init (const char*); extern "C" int try_to_debug (bool waitloop = 1); +extern void ld_preload (); + void set_file_api_mode (codepage_type); extern bool cygwin_finished_initializing; @@ -264,8 +266,10 @@ void __stdcall to_timestruc_t (FILETIME *, timestruc_t *); void __stdcall time_as_timestruc_t (timestruc_t *); void __stdcall timeval_to_filetime (const struct timeval *, FILETIME *); +/* Console related */ void __stdcall set_console_title (char *); void init_console_handler (BOOL); + void init_global_security (); int __stdcall check_invalid_virtual_addr (const void *s, unsigned sz) __attribute__ ((regparm(2))); -- cgit v1.2.3