From: Denys Vlasenko Date: Wed, 10 Jan 2018 14:18:35 +0000 (+0100) Subject: ash: ALWAYS_INLINE grabstackblock() X-Git-Tag: 1_29_0~381 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=03c36e0be1fa64dd248741dc21af2db28e70c186;p=oweals%2Fbusybox.git ash: ALWAYS_INLINE grabstackblock() function old new delta grabstackblock 5 - -5 Signed-off-by: Denys Vlasenko --- diff --git a/shell/ash.c b/shell/ash.c index a7f330c11..8c0f3bd8d 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -1532,7 +1532,7 @@ sstrdup(const char *p) return memcpy(stalloc(len), p, len); } -static inline void +static ALWAYS_INLINE void grabstackblock(size_t len) { stalloc(len);