Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/__support/error_to_string.h')
-rw-r--r--libc/src/__support/error_to_string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/src/__support/error_to_string.h b/libc/src/__support/error_to_string.h
index 72b2e9c93e65..afc5e39dab8a 100644
--- a/libc/src/__support/error_to_string.h
+++ b/libc/src/__support/error_to_string.h
@@ -16,6 +16,8 @@ namespace __llvm_libc {
cpp::string_view get_error_string(int err_num);
+cpp::string_view get_error_string(int err_num, cpp::string_view buffer);
+
} // namespace __llvm_libc
#endif // LLVM_LIBC_SRC_SUPPORT_ERROR_TO_STRING