[libc-commits] [libc] [libc] implement recursive mutex and fix wrong initializer (PR #193992)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Mon Apr 27 13:48:33 PDT 2026
================
@@ -10,20 +10,23 @@
#define LLVM_LIBC_TYPES___MUTEX_TYPE_H
#include "__futex_word.h"
+#include "pid_t.h"
+#include "size_t.h"
typedef struct {
----------------
SchrodingerZhu wrote:
yes, because of the initializer constant.
https://github.com/llvm/llvm-project/pull/193992
More information about the libc-commits
mailing list