Searched hist:f4189cd649c821a21b2c0cf0e87df1efdf2c24af (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | Symbol.map | diff f4189cd649c821a21b2c0cf0e87df1efdf2c24af Tue Sep 02 00:25:42 CEST 2014 Pedro F. Giffuni <pfg@FreeBSD.org> Add bsearch_b to the libc map and the stdlib header.
bsearch_b is the Apple blocks enabled version of bsearch(3). This was added to libc in Revision 264042 but the commit missed the declaration required to make use of it.
While here move some other block-related functions to the BSD_VISIBLE block as these are non-standard.
Phabric: D638 Reviewed by: theraven, wollman
|
/freebsd/include/ |
H A D | stdlib.h | diff f4189cd649c821a21b2c0cf0e87df1efdf2c24af Tue Sep 02 00:25:42 CEST 2014 Pedro F. Giffuni <pfg@FreeBSD.org> Add bsearch_b to the libc map and the stdlib header.
bsearch_b is the Apple blocks enabled version of bsearch(3). This was added to libc in Revision 264042 but the commit missed the declaration required to make use of it.
While here move some other block-related functions to the BSD_VISIBLE block as these are non-standard.
Phabric: D638 Reviewed by: theraven, wollman
|