# /usr/src/redhat/SOURCES/glibc-2.2.4/sysdeps/generic/libc-start.c

   121	  if (init)
   122	    (*init) ();
   123	
   124	#ifdef SHARED
   125	  if (__builtin_expect (_dl_debug_mask & DL_DEBUG_IMPCALLS, 0))
   126	    _dl_debug_printf ("\ntransferring control: %s\n\n", argv[0]);
   127	#endif
   128	
   129	  exit ((*main) (argc, argv, __environ));
   130	}
