Skip to content

Commit 63b91ec

Browse files
committed
Update comments.
1 parent 65c3954 commit 63b91ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/__support/libc_errno.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ LIBC_ERRNO_MODE_SYSTEM_INLINE.
8383

8484
#define libc_errno errno
8585

86-
#else // !LIBC_ERRNO_MODE_SYSTEM
86+
#else // !LIBC_ERRNO_MODE_SYSTEM_INLINE
8787

8888
#include "hdr/errno_macros.h"
8989
#include "src/__support/macros/config.h"
@@ -103,6 +103,6 @@ extern Errno libc_errno;
103103

104104
using LIBC_NAMESPACE::libc_errno;
105105

106-
#endif // LIBC_ERRNO_MODE_SYSTEM
106+
#endif // LIBC_ERRNO_MODE_SYSTEM_INLINE
107107

108108
#endif // LLVM_LIBC_SRC___SUPPORT_LIBC_ERRNO_H

0 commit comments

Comments
 (0)