From: Yu Watanabe Date: Wed, 24 Feb 2021 04:06:17 +0000 (+0900) Subject: clock-util: rename function argument X-Git-Tag: v248-rc3~123^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b34b57a738b8d475b2ae2ec40c6685f9a50697ee;p=thirdparty%2Fsystemd.git clock-util: rename function argument --- 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);