summaryrefslogtreecommitdiff
path: root/libc/src/pthread/pthread_mutex_init.cpp
diff options
context:
space:
mode:
authorJob Henandez Lara <jobhdezlara93@gmail.com>2024-10-05 16:31:36 -0700
committerGitHub <noreply@github.com>2024-10-05 19:31:36 -0400
commit46944b0cbc9a9d8daad0182c40fcd3560bc9ca35 (patch)
tree57c43ebee34cb269e72a5f879ad4de1e07011b8d /libc/src/pthread/pthread_mutex_init.cpp
parent47e6d1816251e90b3d589710c5203a92c6015a7c (diff)
[libc] remove errno.h includes (#110934)
Diffstat (limited to 'libc/src/pthread/pthread_mutex_init.cpp')
-rw-r--r--libc/src/pthread/pthread_mutex_init.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/src/pthread/pthread_mutex_init.cpp b/libc/src/pthread/pthread_mutex_init.cpp
index 0281f732473d..94052e53d8c0 100644
--- a/libc/src/pthread/pthread_mutex_init.cpp
+++ b/libc/src/pthread/pthread_mutex_init.cpp
@@ -13,7 +13,6 @@
#include "src/__support/macros/config.h"
#include "src/__support/threads/mutex.h"
-#include <errno.h>
#include <pthread.h>
namespace LIBC_NAMESPACE_DECL {