diff --git a/libc/src/errno/libc_errno.h b/libc/src/errno/libc_errno.h index 82c65f5a0b7f6..44ee2714843ba 100644 --- a/libc/src/errno/libc_errno.h +++ b/libc/src/errno/libc_errno.h @@ -33,7 +33,7 @@ namespace LIBC_NAMESPACE_DECL { -extern "C" int *__llvm_libc_errno(); +extern "C" int *__llvm_libc_errno() noexcept; struct Errno { void operator=(int);