aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-10-10 12:56:24 +0100
committerRon Yorston <rmy@pobox.com>2012-10-10 12:56:24 +0100
commit981a6fcd1323a77d5829c7d574bb40fd1b96dc4d (patch)
treea1e3aadf4de65d7a525c7dd6172546ff577777d5 /include
parent19436cc0ee509a5e356c04f0026919abd417bec4 (diff)
parenteab343e7e1e5331df833aa69f14584e4a6c738f1 (diff)
downloadbusybox-w32-981a6fcd1323a77d5829c7d574bb40fd1b96dc4d.tar.gz
busybox-w32-981a6fcd1323a77d5829c7d574bb40fd1b96dc4d.tar.bz2
busybox-w32-981a6fcd1323a77d5829c7d574bb40fd1b96dc4d.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 5012209f8..a749c0b92 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1264,7 +1264,7 @@ extern void run_shell(const char *shell, int loginshell, const char *command, co
1264 * Note that getpwuid result might need xstrdup'ing 1264 * Note that getpwuid result might need xstrdup'ing
1265 * if there is a possibility of intervening getpwxxx() calls. 1265 * if there is a possibility of intervening getpwxxx() calls.
1266 */ 1266 */
1267const char *get_shell_name(void); 1267const char *get_shell_name(void) FAST_FUNC;
1268 1268
1269#if ENABLE_SELINUX 1269#if ENABLE_SELINUX
1270extern void renew_current_security_context(void) FAST_FUNC; 1270extern void renew_current_security_context(void) FAST_FUNC;