libc: Add the missing tsearch functions
authorAlan Cox <alan@linux.intel.com>
Sat, 30 Sep 2017 19:41:49 +0000 (20:41 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 30 Sep 2017 19:41:49 +0000 (20:41 +0100)
commite1edeb0d00010dfaef424b25a2d3eb52e319ffb4
treede13bfe0cf9d3ce59eb12b9901500ebd6de6ebf5
parenta2043d651eb4ad038deb498edeb42743ce38859f
libc: Add the missing tsearch functions

This leaves the hash tables (hsearch etc) and ftw/nftw as the only big APIs
we are missing.
Library/include/search.h
Library/libs/API.list
Library/libs/Makefile.z80
Library/libs/tfind.c [new file with mode: 0644]
Library/libs/tsearch.c [new file with mode: 0644]