mark get_shell_name FAST_FUNC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
const char *get_shell_name(void)
|
||||
const char* FAST_FUNC get_shell_name(void)
|
||||
{
|
||||
struct passwd *pw;
|
||||
char *shell;
|
||||
|
Reference in New Issue
Block a user