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

    46	int
    47	/* GKM FIXME: GCC: this should get __BP_ prefix by virtue of the
    48	   BPs in the arglist of startup_info.main and startup_info.init. */
    49	BP_SYM (__libc_start_main) (int (*main) (int, char **, char **),
    50			   int argc, char *__unbounded *__unbounded ubp_av,
    51			   void (*init) (void), void (*fini) (void),
    52			   void (*rtld_fini) (void), void *__unbounded stack_end)
    53	{
