We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a325b commit 345e298Copy full SHA for 345e298
libc/src/__support/threads/raw_mutex.h
@@ -8,6 +8,7 @@
8
#ifndef LLVM_LIBC_SRC___SUPPORT_THREADS_RAW_MUTEX_H
9
#define LLVM_LIBC_SRC___SUPPORT_THREADS_RAW_MUTEX_H
10
11
+#include "hdr/errno_macros.h"
12
#include "src/__support/CPP/optional.h"
13
#include "src/__support/common.h"
14
#include "src/__support/libc_assert.h"
@@ -16,7 +17,6 @@
16
17
#include "src/__support/macros/optimization.h"
18
#include "src/__support/threads/sleep.h"
19
#include "src/__support/time/abs_timeout.h"
-#include <sys/errno.h>
20
21
#include <stdio.h>
22
0 commit comments