summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/lsearch.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the __DECONST macro rather than hand rolling the same thing.brooks2014-10-241-5/+1
| | | | Sponsored by: DARPA, AFRL
* - Remove the lsearch() and lfind() functions and their manpage fromrobert2002-10-161-0/+64
the compatibility library libcompat. - Add new implementations of lsearch() and lfind() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and add them to the makefile. - Add function prototypes for lsearch() and lfind() to the search.h header.
OpenPOWER on IntegriCloud