diff options
-rw-r--r-- | shell/ash.c | 2 |
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) return memcpy(stalloc(len), p, len); } -static inline void +static ALWAYS_INLINE void grabstackblock(size_t len) { stalloc(len); |