From dd9423a67a7650a9b0f50d8151e4f3797c5a14f8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Jun 2003 21:57:23 +0000 Subject: Update. 2003-06-11 Ulrich Drepper * allocatestack.c (queue_stack): Always inline. * ptreadhP.h (__do_cancel): Likewise. --- elf/dl-load.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'elf/dl-load.c') diff --git a/elf/dl-load.c b/elf/dl-load.c index 8b0c82bb52..9198427edd 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -361,7 +361,7 @@ static struct r_search_path_struct rtld_search_dirs; static size_t max_dirnamelen; -static inline struct r_search_path_elem ** +static struct r_search_path_elem ** fillin_rpath (char *rpath, struct r_search_path_elem **result, const char *sep, int check_trusted, const char *what, const char *where) { @@ -1935,8 +1935,7 @@ _dl_rtld_di_serinfo (struct link_map *loader, Dl_serinfo *si, bool counting) unsigned int idx = 0; char *allocptr = (char *) &si->dls_serpath[si->dls_cnt]; - inline void add_path (const struct r_search_path_struct *sps, - unsigned int flags) + void add_path (const struct r_search_path_struct *sps, unsigned int flags) # define add_path(sps, flags) add_path(sps, 0) /* XXX */ { if (sps->dirs != (void *) -1) -- cgit v1.2.3