Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-10-03 11:42:21 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2012-10-03 11:42:21 +0400
commitfd77ea505ed1eb15161585a6e3b6ea7ae95ed6b3 (patch)
tree410c22b31671eb08bda935f5a66c362673c5bc17 /libbb
parent32711c414193b81f215aee060ae8138675572280 (diff)
mark get_shell_name FAST_FUNC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/get_shell_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/get_shell_name.c b/libbb/get_shell_name.c
index c930afd94..5aebe9cdc 100644
--- a/libbb/get_shell_name.c
+++ b/libbb/get_shell_name.c
@@ -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;