mirror of https://github.com/mirror/busybox.git
ash: ALWAYS_INLINE grabstackblock()
function old new delta grabstackblock 5 - -5 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>pull/7/head
parent
f2539c78d2
commit
03c36e0be1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue