ci: fix pthread_tryjoin_np compile error
This commit is contained in:
parent
1a41b0a031
commit
18f9a95f82
|
@ -16,8 +16,6 @@
|
|||
#ifndef INC_BENCH_H_
|
||||
#define INC_BENCH_H_
|
||||
|
||||
#include "pub.h"
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#define CURL_STATICLIB
|
||||
#define ALLOW_FORBID_FUNC
|
||||
|
@ -25,6 +23,8 @@
|
|||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
||||
|
||||
#include "pub.h"
|
||||
|
||||
#ifdef LINUX
|
||||
|
||||
#ifndef _ALPINE
|
||||
|
|
Loading…
Reference in New Issue