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 5f53944 commit 25a325bCopy full SHA for 25a325b
libc/src/__support/threads/raw_mutex.h
@@ -16,7 +16,7 @@
16
#include "src/__support/macros/optimization.h"
17
#include "src/__support/threads/sleep.h"
18
#include "src/__support/time/abs_timeout.h"
19
-#include "sys/errno.h"
+#include <sys/errno.h>
20
21
#include <stdio.h>
22
0 commit comments