about summary refs log tree commit diff
path: root/csu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-10-02 01:40:17 +0000
committerUlrich Drepper <drepper@redhat.com>1996-10-02 01:40:17 +0000
commita68b0d31a37a86785b3dbeeee3fad96ee71fadcd (patch)
tree61537b1f028002a9e6e0f5354fced6128bda8b9c /csu
parent2d07133b507b13d4a5ed6dc250f4345c8a26942a (diff)
downloadglibc-a68b0d31a37a86785b3dbeeee3fad96ee71fadcd.tar.gz
glibc-a68b0d31a37a86785b3dbeeee3fad96ee71fadcd.tar.xz
glibc-a68b0d31a37a86785b3dbeeee3fad96ee71fadcd.zip
update from main archive 961001
Diffstat (limited to 'csu')
-rw-r--r--csu/initfini.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/csu/initfini.c b/csu/initfini.c
index cb2ba5308e..f816e08169 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.  */