Commit 345250b8 authored by Andrei Vagin's avatar Andrei Vagin

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: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent f54942c6
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#include <sys/wait.h> #include <sys/wait.h>
#include <unistd.h> #include <unistd.h>
#include "lock.h"
#include "zdtmtst.h" #include "zdtmtst.h"
#include "lock.h"
#define NR_THREADS 4 #define NR_THREADS 4
#define GS_ENABLE 0 #define GS_ENABLE 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment