mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove bp-sym.h and BP_SYM uses from C code.
This commit is contained in:
@ -19,7 +19,6 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <ldsodefs.h>
|
||||
#include <bp-sym.h>
|
||||
|
||||
extern void __libc_init_first (int argc, char **argv, char **envp);
|
||||
#ifndef SHARED
|
||||
@ -86,7 +85,7 @@ apply_irel (void)
|
||||
# endif
|
||||
#else
|
||||
# define STATIC
|
||||
# define LIBC_START_MAIN BP_SYM (__libc_start_main)
|
||||
# define LIBC_START_MAIN __libc_start_main
|
||||
#endif
|
||||
|
||||
#ifdef MAIN_AUXVEC_ARG
|
||||
|
Reference in New Issue
Block a user