Skip to content

Commit 6adcd7f

Browse files
refactor to use new errno path
1 parent 7bfddb6 commit 6adcd7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/src/stdio/generic/perror.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include "src/__support/CPP/string_view.h"
1111
#include "src/__support/File/file.h"
1212
#include "src/__support/StringUtil/error_to_string.h"
13+
#include "src/__support/libc_errno.h"
1314
#include "src/__support/macros/config.h"
14-
#include "src/errno/libc_errno.h"
1515

1616
namespace LIBC_NAMESPACE_DECL {
1717

libc/test/src/stdio/perror_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "src/stdio/perror.h"
1010

11-
#include "src/errno/libc_errno.h"
11+
#include "src/__support/libc_errno.h"
1212
#include "test/UnitTest/Test.h"
1313

1414
// The standard says perror prints directly to stderr and returns nothing. This

0 commit comments

Comments
 (0)