summaryrefslogtreecommitdiffstats
path: root/init/keywords.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-03 17:12:07 -0800
committerElliott Hughes <enh@google.com>2015-02-04 08:59:10 -0800
commitf3cf438714aa1284d8a58e2f3b108ba93f6d3abb (patch)
tree3a1b726c6805315c280d745e8b742ec9542d58e9 /init/keywords.h
parent5204b1580e0d0f38272c7da166eee9b88c14dc50 (diff)
downloadsystem_core-f3cf438714aa1284d8a58e2f3b108ba93f6d3abb.zip
system_core-f3cf438714aa1284d8a58e2f3b108ba93f6d3abb.tar.gz
system_core-f3cf438714aa1284d8a58e2f3b108ba93f6d3abb.tar.bz2
Build init as C++.
This is just the minimal change to keep it building. Change-Id: I245c5b8413a1db114576c81462eb5737f5ffcef2
Diffstat (limited to 'init/keywords.h')
-rw-r--r--init/keywords.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/init/keywords.h b/init/keywords.h
index 7473586..0805cdd 100644
--- a/init/keywords.h
+++ b/init/keywords.h
@@ -1,4 +1,3 @@
-
#ifndef KEYWORD
int do_chroot(int nargs, char **args);
int do_chdir(int nargs, char **args);
@@ -112,4 +111,3 @@ enum {
#undef __MAKE_KEYWORD_ENUM__
#undef KEYWORD
#endif
-