diff options
Diffstat (limited to 'shell/ash.c')
-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 faa42e28c..f74fbd72f 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -2224,7 +2224,7 @@ reinit_unicode_for_ash(void) /* * Search the environment of a builtin command. */ -static inline const char * +static ALWAYS_INLINE const char * bltinlookup(const char *name) { return lookupvar(name); |