diff options
author | San Mehat <san@google.com> | 2014-09-23 07:48:47 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-02-02 16:22:56 -0800 |
commit | 429721c5c4218679d6ae042d85dd98e3d7ead658 (patch) | |
tree | 48a7828344bff171990a586c3ec43729270b1baf /init/init.h | |
parent | 46adfa69b689bc9f9e15c87275839f233a404582 (diff) | |
download | core-429721c5c4218679d6ae042d85dd98e3d7ead658.tar.gz core-429721c5c4218679d6ae042d85dd98e3d7ead658.tar.bz2 core-429721c5c4218679d6ae042d85dd98e3d7ead658.zip |
init: Implement 'exec' command.
(cherry-pick of d05ab3952ec0e38f33a0e80ce6b9eb45b0064ba4.)
Change-Id: Id6d9bb32e51a0ad090ed8240cc505dc45b57b35d
Diffstat (limited to 'init/init.h')
-rw-r--r-- | init/init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.h b/init/init.h index e03bd53ba..654a80b6b 100644 --- a/init/init.h +++ b/init/init.h @@ -149,5 +149,6 @@ void property_changed(const char *name, const char *value); extern struct selabel_handle *sehandle; extern struct selabel_handle *sehandle_prop; extern int selinux_reload_policy(void); +void zap_stdio(void); #endif /* _INIT_INIT_H */ |