summaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 140e21dea..76178b15f 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -776,7 +776,7 @@ char *bb_simplify_path(const char *path);
776extern void bb_do_delay(int seconds); 776extern void bb_do_delay(int seconds);
777extern void change_identity(const struct passwd *pw); 777extern void change_identity(const struct passwd *pw);
778extern const char *change_identity_e2str(const struct passwd *pw); 778extern const char *change_identity_e2str(const struct passwd *pw);
779extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args); 779extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args) ATTRIBUTE_NORETURN;
780#if ENABLE_SELINUX 780#if ENABLE_SELINUX
781extern void renew_current_security_context(void); 781extern void renew_current_security_context(void);
782extern void set_current_security_context(security_context_t sid); 782extern void set_current_security_context(security_context_t sid);