]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/dl-tunables.h
elf: Refuse to dlopen PIE objects [BZ #24323]
[thirdparty/glibc.git] / elf / dl-tunables.h
index a72a1dd8f85bb23990ba09fc8201760f2a87aba1..58b3b768432c661065995f5828f88a86f1d1a650 100644 (file)
@@ -113,8 +113,7 @@ rtld_hidden_proto (__tunable_get_val)
 # define TUNABLES_FRONTEND_yes TUNABLES_FRONTEND_valstring
 
 /* Compare two name strings, bounded by the name hardcoded in glibc.  */
-static inline bool
-__always_inline
+static __always_inline bool
 tunable_is_name (const char *orig, const char *envname)
 {
   for (;*orig != '\0' && *envname != '\0'; envname++, orig++)