[libc-commits] [libc] [libc] remove errno.h includes (PR #110934)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Oct 2 15:45:10 PDT 2024


================
@@ -12,7 +12,6 @@
 #include "src/__support/StringUtil/message_mapper.h"
 #include "src/__support/macros/config.h"
 
-#include <errno.h> // For error macros
----------------
michaelrj-google wrote:

the other error table files also need to include `libc_errno.h`. Also it seems like we don't have a complete list of errno macros in our include files so those will need to be updated before we can remove the public errno includes from these files.

https://github.com/llvm/llvm-project/pull/110934


More information about the libc-commits mailing list