mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-26 11:35:33 +00:00
zdtm: include lock.h after zdtmtst.h
In file included from s390x_gs_threads.c:10:0:
../lib/lock.h: In function 'mutex_lock':
../lib/lock.h:148:4: error: implicit declaration of function 'pr_perror' [-Werror=implicit-function-declaration]
pr_perror("futex");
Reported-by: Mr Jenkins
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
f54942c62a
commit
345250b89f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,8 +7,8 @@
|
|||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "lock.h"
|
||||
#include "zdtmtst.h"
|
||||
#include "lock.h"
|
||||
|
||||
#define NR_THREADS 4
|
||||
#define GS_ENABLE 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue