Loading include/cutils/android_reboot.h +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ __BEGIN_DECLS /* Properties */ #define ANDROID_RB_PROPERTY "sys.powerctl" int android_reboot(int cmd, int flags, char *arg); int android_reboot(int cmd, int flags, const char *arg); __END_DECLS Loading libcutils/android_reboot.c +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ static void remount_ro(void) } int android_reboot(int cmd, int flags UNUSED, char *arg) int android_reboot(int cmd, int flags UNUSED, const char *arg) { int ret; Loading Loading
include/cutils/android_reboot.h +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ __BEGIN_DECLS /* Properties */ #define ANDROID_RB_PROPERTY "sys.powerctl" int android_reboot(int cmd, int flags, char *arg); int android_reboot(int cmd, int flags, const char *arg); __END_DECLS Loading
libcutils/android_reboot.c +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ static void remount_ro(void) } int android_reboot(int cmd, int flags UNUSED, char *arg) int android_reboot(int cmd, int flags UNUSED, const char *arg) { int ret; Loading