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 7bfddb6 commit 6adcd7fCopy full SHA for 6adcd7f
libc/src/stdio/generic/perror.cpp
@@ -10,8 +10,8 @@
10
#include "src/__support/CPP/string_view.h"
11
#include "src/__support/File/file.h"
12
#include "src/__support/StringUtil/error_to_string.h"
13
+#include "src/__support/libc_errno.h"
14
#include "src/__support/macros/config.h"
-#include "src/errno/libc_errno.h"
15
16
namespace LIBC_NAMESPACE_DECL {
17
libc/test/src/stdio/perror_test.cpp
@@ -8,7 +8,7 @@
8
9
#include "src/stdio/perror.h"
#include "test/UnitTest/Test.h"
// The standard says perror prints directly to stderr and returns nothing. This
0 commit comments