From a68b0d31a37a86785b3dbeeee3fad96ee71fadcd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 2 Oct 1996 01:40:17 +0000 Subject: update from main archive 961001 --- csu/initfini.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'csu/initfini.c') diff --git a/csu/initfini.c b/csu/initfini.c index cb2ba53..f816e08 100644 --- a/csu/initfini.c +++ b/csu/initfini.c @@ -94,18 +94,6 @@ _init (void) if (__gmon_start__) __gmon_start__ (); -#ifdef _LIBC_REENTRANT - { - /* This is a trick to generate a reference for the symbol - __libc_force_cancel_wrapper which can be used to force parts of - the thread library to be used where some functions and system - calls are overwritten. The value of this variable is always 0. */ - extern const int __libc_force_cancel_wrapper; - if (__libc_force_cancel_wrapper) - _init (); - } -#endif - /* End the here document containing the .init prologue code. Then fetch the .section directive just written and append that to crtn.s-new, followed by the function epilogue. */ -- cgit v1.1