Implement <iconv.h>.

Bug: http://b/32978596
Test: ran tests
Change-Id: I56b6ae3d9c5a3a56d2b4afba33fb8f9e964bf7b9
diff --git a/libc/libc.map.txt b/libc/libc.map.txt
index 3441406..afc1c86 100644
--- a/libc/libc.map.txt
+++ b/libc/libc.map.txt
@@ -1348,6 +1348,9 @@
     __freading; # future
     __fwriting; # future
     getlogin_r; # future
+    iconv; # future
+    iconv_close; # future
+    iconv_open; # future
     syncfs; # future
 } LIBC_O;