summaryrefslogtreecommitdiff
path: root/apps/system/poweroff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/poweroff')
-rw-r--r--apps/system/poweroff/poweroff.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/poweroff/poweroff.c b/apps/system/poweroff/poweroff.c
index 916936a80..3d050bbcb 100644
--- a/apps/system/poweroff/poweroff.c
+++ b/apps/system/poweroff/poweroff.c
@@ -43,7 +43,11 @@
* Public Functions
****************************************************************************/
+#ifdef CONFIG_BUILD_KERNEL
+int main(int argc, FAR char **argv)
+#else
int poweroff_main(int argc, char *argv[])
+#endif
{
/* TODO:
* - replace this by sending general system signal to shutdown, where i.e. nsh