mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
zdtm: zdtm_ct fix compilation error with strict-prototypes on
zdtm_ct.c:44:12: error: function declaration isn’t a prototype [-Werror=strict-prototypes] 44 | static int create_timens() Signed-off-by: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
This commit is contained in:
parent
e62e05c2d2
commit
f92c7f1af8
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ static inline int _settime(clockid_t clk_id, time_t offset)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int create_timens()
|
||||
static int create_timens(void)
|
||||
{
|
||||
struct utsname buf;
|
||||
unsigned major, minor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue