diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2023-09-02 21:17:18 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2024-01-07 17:46:17 +0000 | 
| commit | fe013be447cd855ccaf6094a1d06aea570450629 (patch) | |
| tree | 9adc1e0a5d25b6280995832bb29d592fb80554a6 /contrib/llvm-project/libcxx/include/string.h | |
| parent | 2f3b605b2e159522ecab77fd518e8139aaf581e9 (diff) | |
Diffstat (limited to 'contrib/llvm-project/libcxx/include/string.h')
| -rw-r--r-- | contrib/llvm-project/libcxx/include/string.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/llvm-project/libcxx/include/string.h b/contrib/llvm-project/libcxx/include/string.h index 3ec877bad310..673d90316d00 100644 --- a/contrib/llvm-project/libcxx/include/string.h +++ b/contrib/llvm-project/libcxx/include/string.h @@ -64,8 +64,7 @@ size_t strlen(const char* s);  // MSVCRT, GNU libc and its derivates may already have the correct prototype in  // <string.h>. This macro can be defined by users if their C library provides  // the right signature. -#if defined(__CORRECT_ISO_CPP_STRING_H_PROTO) || defined(_LIBCPP_MSVCRT) || \ -    defined(__sun__) || defined(_STRING_H_CPLUSPLUS_98_CONFORMANCE_) +#if defined(__CORRECT_ISO_CPP_STRING_H_PROTO) || defined(_LIBCPP_MSVCRT) || defined(_STRING_H_CPLUSPLUS_98_CONFORMANCE_)  #define _LIBCPP_STRING_H_HAS_CONST_OVERLOADS  #endif  | 
