am 08a140e6
: Merge "toolbox: Fix date tool with /dev/alarm"
* commit '08a140e6a3989ece3854014123dac243cc372886': toolbox: Fix date tool with /dev/alarm
This commit is contained in:
commit
709543a968
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ static int settime_alarm(struct timespec *ts) {
|
|||
if (fd < 0)
|
||||
return fd;
|
||||
|
||||
ret = ioctl(fd, ANDROID_ALARM_SET_RTC, &ts);
|
||||
ret = ioctl(fd, ANDROID_ALARM_SET_RTC, ts);
|
||||
close(fd);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue