OSDN Git Service

Remove hidden __reboot from header
authorPavel Chupin <pavel.v.chupin@intel.com>
Thu, 21 Nov 2013 19:13:08 +0000 (23:13 +0400)
committerPavel Chupin <pavel.v.chupin@intel.com>
Thu, 21 Nov 2013 20:19:34 +0000 (00:19 +0400)
This change is required:
https://android-review.googlesource.com/#/c/70570

Change-Id: Idb991f96a424aa5b0f9e06d9fb787fe8c8530750
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
libc/include/sys/reboot.h

index df81139..7d202f7 100644 (file)
@@ -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