We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954ccee commit e288577Copy full SHA for e288577
clang/lib/Headers/llvm_libc_wrappers/stdlib.h
@@ -25,7 +25,7 @@
25
26
// The LLVM C library uses these named types so we forward declare them.
27
typedef void (*__atexithandler_t)(void);
28
-typedef int (*__bsearchcompare_t)(const void *, const void *);
+typedef int (*__search_compare_t)(const void *, const void *);
29
typedef int (*__qsortcompare_t)(const void *, const void *);
30
typedef int (*__qsortrcompare_t)(const void *, const void *, void *);
31
0 commit comments