commit | 46944b0cbc9a9d8daad0182c40fcd3560bc9ca35 | [log] [tgz] |
---|---|---|
author | Job Henandez Lara <jobhdezlara93@gmail.com> | Sat Oct 05 16:31:36 2024 -0700 |
committer | GitHub <noreply@github.com> | Sat Oct 05 19:31:36 2024 -0400 |
tree | 57c43ebee34cb269e72a5f879ad4de1e07011b8d | |
parent | 47e6d1816251e90b3d589710c5203a92c6015a7c [diff] [blame] |
[libc] remove errno.h includes (#110934)
diff --git a/libc/src/pthread/pthread_attr_setstacksize.cpp b/libc/src/pthread/pthread_attr_setstacksize.cpp index f327d33..0a5d1af 100644 --- a/libc/src/pthread/pthread_attr_setstacksize.cpp +++ b/libc/src/pthread/pthread_attr_setstacksize.cpp
@@ -10,8 +10,8 @@ #include "src/__support/common.h" #include "src/__support/macros/config.h" +#include "src/errno/libc_errno.h" -#include <errno.h> #include <pthread.h> namespace LIBC_NAMESPACE_DECL {