commit | 811cba00af83c72673c079cc433f72a652814bcf | [log] [tgz] |
---|---|---|
author | Pavel Chupin <pavel.v.chupin@intel.com> | Thu Nov 21 23:13:08 2013 +0400 |
committer | Pavel Chupin <pavel.v.chupin@intel.com> | Fri Nov 22 00:19:34 2013 +0400 |
tree | d2bb076c4b2735b43b79156210b3734343cc9451 | |
parent | f1258672d1eed41da30612a70690c19ff1966b73 [diff] |
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>
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 @@ #define RB_POWER_OFF LINUX_REBOOT_CMD_POWER_OFF extern int reboot(int reboot_type); -extern int __reboot(int, int, int, void *); __END_DECLS