summaryrefslogtreecommitdiffstats
path: root/gl/stdlib.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/stdlib.in.h')
-rw-r--r--gl/stdlib.in.h2
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));