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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Shouldn't all of these BLOCKS declarations be moved down to the main BSD_VISIBLE block, since they are non-standard interfaces?
Comment Actions
Yes, I think that is reasonable.
They were proposed as N1451, and have become popular but they are not standard.
Comment Actions
- Updating D638: Add bsearch_b to the libc map and the stdlib header. #
As suggested by Garrett Wollman, move the block declarations
to the BSD_VISIBLE section.
Comment Actions
...
Sending include/stdlib.h
Sending lib/libc/stdlib/Symbol.map
Transmitting file data ..
Committed revision 270952.
Special Thanks to wollman for the review!