From 03093d3a234732ecd62dc9da64a1b173bb80b93e Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Mon, 20 Nov 2023 21:42:01 +0100 Subject: [PATCH] Darwin: missing defines to go with previous change --- include/vki/vki-darwin.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/vki/vki-darwin.h b/include/vki/vki-darwin.h index f720db1d48..9d0e2f04fa 100644 --- a/include/vki/vki-darwin.h +++ b/include/vki/vki-darwin.h @@ -1132,7 +1132,10 @@ struct vki_necp_aggregate_result { u_int32_t field6; u_int32_t field7; }; -#endif /* DARWIN_VERS == DARWIN_10_10 */ + +#define VKI_CSR_CHECK 0 +#define VKI_CSR_GET_ACTIVE_CONFIG 1 +#endif /* DARWIN_VERS >= DARWIN_10_10 */ #if DARWIN_VERS >= DARWIN_10_12 // ulock_wake & ulock_wait operations -- 2.47.2