Skip to content

Commit e288577

Browse files
committed
[libc] Fix function that wasn't updated in wrapper headers
1 parent 954ccee commit e288577

File tree

1 file changed

+1
-1
lines changed
  • clang/lib/Headers/llvm_libc_wrappers

1 file changed

+1
-1
lines changed

clang/lib/Headers/llvm_libc_wrappers/stdlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
// The LLVM C library uses these named types so we forward declare them.
2727
typedef void (*__atexithandler_t)(void);
28-
typedef int (*__bsearchcompare_t)(const void *, const void *);
28+
typedef int (*__search_compare_t)(const void *, const void *);
2929
typedef int (*__qsortcompare_t)(const void *, const void *);
3030
typedef int (*__qsortrcompare_t)(const void *, const void *, void *);
3131

0 commit comments

Comments
 (0)