[compiler-rt] [compiler-rt] eventfd api interception on freebsd. (PR #76564)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 11:09:24 PST 2024


================
@@ -726,6 +726,8 @@ struct __sanitizer_cpuset {
 
 typedef struct __sanitizer_cpuset __sanitizer_cpuset_t;
 extern unsigned struct_cpuset_sz;
+
+typedef unsigned long long __sanitizer_eventfd_t;
----------------
vitalybuka wrote:

if it's the same time as posix, can you have just a single typedef there in part enabled for freebsd as well?

https://github.com/llvm/llvm-project/pull/76564


More information about the llvm-commits mailing list