summaryrefslogtreecommitdiffstats
path: root/libc/include/sys/reboot.h
diff options
context:
space:
mode:
authorPavel Chupin <pavel.v.chupin@intel.com>2013-11-21 23:13:08 +0400
committerPavel Chupin <pavel.v.chupin@intel.com>2013-11-22 00:19:34 +0400
commit811cba00af83c72673c079cc433f72a652814bcf (patch)
treed2bb076c4b2735b43b79156210b3734343cc9451 /libc/include/sys/reboot.h
parentf1258672d1eed41da30612a70690c19ff1966b73 (diff)
downloadbionic-811cba00af83c72673c079cc433f72a652814bcf.zip
bionic-811cba00af83c72673c079cc433f72a652814bcf.tar.gz
bionic-811cba00af83c72673c079cc433f72a652814bcf.tar.bz2
Remove hidden __reboot from header
This change is required: https://android-review.googlesource.com/#/c/70570 Change-Id: Idb991f96a424aa5b0f9e06d9fb787fe8c8530750 Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
Diffstat (limited to 'libc/include/sys/reboot.h')
-rw-r--r--libc/include/sys/reboot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/sys/reboot.h b/libc/include/sys/reboot.h
index df81139..7d202f7 100644
--- a/libc/include/sys/reboot.h
+++ b/libc/include/sys/reboot.h
@@ -42,7 +42,6 @@ __BEGIN_DECLS
#define RB_POWER_OFF LINUX_REBOOT_CMD_POWER_OFF
extern int reboot(int reboot_type);
-extern int __reboot(int, int, int, void *);
__END_DECLS