Skip to content

Commit 345e298

Browse files
committed
[libc] use hdr/errno_macros.h
Signed-off-by: Shreeyash Pandey <[email protected]>
1 parent 25a325b commit 345e298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/threads/raw_mutex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#ifndef LLVM_LIBC_SRC___SUPPORT_THREADS_RAW_MUTEX_H
99
#define LLVM_LIBC_SRC___SUPPORT_THREADS_RAW_MUTEX_H
1010

11+
#include "hdr/errno_macros.h"
1112
#include "src/__support/CPP/optional.h"
1213
#include "src/__support/common.h"
1314
#include "src/__support/libc_assert.h"
@@ -16,7 +17,6 @@
1617
#include "src/__support/macros/optimization.h"
1718
#include "src/__support/threads/sleep.h"
1819
#include "src/__support/time/abs_timeout.h"
19-
#include <sys/errno.h>
2020

2121
#include <stdio.h>
2222

0 commit comments

Comments
 (0)