aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
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)
1532 return memcpy(stalloc(len), p, len); 1532 return memcpy(stalloc(len), p, len);
1533} 1533}
1534 1534
1535static inline void 1535static ALWAYS_INLINE void
1536grabstackblock(size_t len) 1536grabstackblock(size_t len)
1537{ 1537{
1538 stalloc(len); 1538 stalloc(len);