Finish <search.h>.

I'm unable to find a bug, but we've had requests for this internally
once or twice (though I pointed those folks at the STL), and there's
code we build for the host or in our bootloaders that would use this,
and there's reasonable-looking FreeBSD implementation ready and waiting.

Bug: N/A
Test: ran tests
Change-Id: I6ddee4b71bea4c22ed015debd31d3eaac4fcdd35
diff --git a/libc/libc.x86.map b/libc/libc.x86.map
index 76dffa5..5439852 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -1305,6 +1305,12 @@
     __freading; # future
     __fwriting; # future
     getlogin_r; # future
+    hcreate; # future
+    hcreate_r; # future
+    hdestroy; # future
+    hdestroy_r; # future
+    hsearch; # future
+    hsearch_r; # future
     iconv; # future
     iconv_close; # future
     iconv_open; # future