ck_pr: missed a few occurrences of stdbool.h that should be ck_stdbool.h.

ck_pring
Olivier Houchard 8 years ago
parent 2159452170
commit 1c9257af77

@ -44,7 +44,7 @@ ck_pr_barrier(void)
#ifndef CK_F_PR #ifndef CK_F_PR
#define CK_F_PR #define CK_F_PR
#include <stdbool.h> #include <ck_stdbool.h>
#include <ck_stdint.h> #include <ck_stdint.h>
/* /*

@ -50,7 +50,7 @@
#define CK_F_PR_RTM #define CK_F_PR_RTM
#include <ck_cc.h> #include <ck_cc.h>
#include <stdbool.h> #include <ck_stdbool.h>
#define CK_PR_RTM_STARTED (~0U) #define CK_PR_RTM_STARTED (~0U)
#define CK_PR_RTM_EXPLICIT (1 << 0) #define CK_PR_RTM_EXPLICIT (1 << 0)

Loading…
Cancel
Save