[git commit] ash: ALWAYS_INLINE grabstackblock()
Denys Vlasenko
vda.linux at googlemail.com
Wed Jan 10 14:18:35 UTC 2018
commit: https://git.busybox.net/busybox/commit/?id=03c36e0be1fa64dd248741dc21af2db28e70c186
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
function old new delta
grabstackblock 5 - -5
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
shell/ash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell/ash.c b/shell/ash.c
index a7f330c..8c0f3bd 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);
More information about the busybox-cvs
mailing list