we need to pass back the rtc device name that was actually used so that we can turn around and check its sysfs status

This commit is contained in:
Mike Frysinger
2008-02-15 07:19:03 +00:00
parent ea915363e7
commit 977bc6a137
4 changed files with 17 additions and 15 deletions

View File

@ -10,7 +10,7 @@
#include "libbb.h"
extern int rtc_adjtime_is_utc(void);
extern int rtc_xopen(const char *default_rtc, int flags);
extern int rtc_xopen(const char **default_rtc, int flags);
extern time_t rtc_read_time(int fd, int utc);