Skip to content

Commit

Permalink
Remove _dl_out_of_memory declaration. (rtld_global_ro._dl_signal_erro…
Browse files Browse the repository at this point in the history
…r): Add new parameter.
  • Loading branch information
Ulrich Drepper committed Jun 12, 2005
1 parent f13fd8e commit 6dffebd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sysdeps/generic/ldsodefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ struct rtld_global_ro
void (*_dl_debug_printf) (const char *, ...)
__attribute__ ((__format__ (__printf__, 1, 2)));
int (internal_function *_dl_catch_error) (const char **, const char **,
void (*) (void *), void *);
bool *, void (*) (void *), void *);
void (internal_function *_dl_signal_error) (int, const char *, const char *,
const char *);
void (*_dl_mcount) (ElfW(Addr) frompc, ElfW(Addr) selfpc);
Expand Down Expand Up @@ -754,10 +754,6 @@ extern char **_dl_argv_internal attribute_hidden
# define rtld_progname _dl_argv[0]
#endif

/* The array with message we print as a last resort. */
extern const char _dl_out_of_memory[];
rtld_hidden_proto (_dl_out_of_memory)

/* Flag set at startup and cleared when the last initializer has run. */
extern int _dl_starting_up;
weak_extern (_dl_starting_up)
Expand Down

0 comments on commit 6dffebd

Please sign in to comment.