diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-14 08:25:43 +0100 |
|---|---|---|
| committer | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-14 08:25:43 +0100 |
| commit | 99283972fe3a74d3a1dea12c4099f76286130a67 (patch) | |
| tree | ea0b6ed9f10eddcb9c3d37bfab9b33ca210279bc /gl/stdlib.in.h | |
| parent | 3e656e64080ce3dbfadd7ea6533cd608cb3e1fda (diff) | |
| download | monitoring-plugins-99283972fe3a74d3a1dea12c4099f76286130a67.tar.gz | |
hotfix for bsearch and wmemchr for glibc 2.43check_snmp_fixes
Diffstat (limited to 'gl/stdlib.in.h')
| -rw-r--r-- | gl/stdlib.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/stdlib.in.h b/gl/stdlib.in.h index 1342db48..95378503 100644 --- a/gl/stdlib.in.h +++ b/gl/stdlib.in.h | |||
| @@ -237,7 +237,7 @@ _GL_INLINE_HEADER_BEGIN | |||
| 237 | 237 | ||
| 238 | /* Declarations for ISO C N3322. */ | 238 | /* Declarations for ISO C N3322. */ |
| 239 | #if defined __GNUC__ && __GNUC__ >= 15 && !defined __clang__ | 239 | #if defined __GNUC__ && __GNUC__ >= 15 && !defined __clang__ |
| 240 | _GL_EXTERN_C void *bsearch (const void *__key, | 240 | _GL_EXTERN_C void *(bsearch) (const void *__key, |
| 241 | const void *__base, size_t __nmemb, size_t __size, | 241 | const void *__base, size_t __nmemb, size_t __size, |
| 242 | int (*__compare) (const void *, const void *)) | 242 | int (*__compare) (const void *, const void *)) |
| 243 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3) _GL_ARG_NONNULL ((5)); | 243 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3) _GL_ARG_NONNULL ((5)); |
