ci: fix pthread_tryjoin_np compile error

This commit is contained in:
tjuzyp 2025-03-21 12:13:05 +08:00
parent 1a41b0a031
commit 18f9a95f82
1 changed files with 2 additions and 2 deletions

View File

@ -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