diff options
Diffstat (limited to 'libc/stdlib')
| -rw-r--r-- | libc/stdlib/stdlib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c index d72b80941..3c74be71a 100644 --- a/libc/stdlib/stdlib.c +++ b/libc/stdlib/stdlib.c @@ -936,7 +936,7 @@ libc_hidden_def(_stdlib_mb_cur_max)   * To note, until now all the supported encoding are stateless.   */ -static inline int is_stateful(unsigned char encoding) +static __always_inline int is_stateful(unsigned char encoding)  {  	switch (encoding)  	{ | 
