From b34b57a738b8d475b2ae2ec40c6685f9a50697ee Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 24 Feb 2021 13:06:17 +0900 Subject: [PATCH] clock-util: rename function argument --- src/shared/clock-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/clock-util.h b/src/shared/clock-util.h index 3f1ae7abfc6..9e96d50d963 100644 --- a/src/shared/clock-util.h +++ b/src/shared/clock-util.h @@ -4,7 +4,7 @@ #include int clock_is_localtime(const char* adjtime_path); -int clock_set_timezone(int *min); +int clock_set_timezone(int *ret_minutesdelta); int clock_reset_timewarp(void); int clock_get_hwclock(struct tm *tm); int clock_set_hwclock(const struct tm *tm); -- 2.47.3