Don't repeat ourselves unnecessarily in the maps.
We can mark a whole version "introduced=" rather than doing every line
separately.
Bug: N/A
Test: builds
Change-Id: I3219edc755a42ce5ff6258efb744fb5e05967a3a
diff --git a/libc/libc.mips64.map b/libc/libc.mips64.map
index 6ed6619..9d8c1b7 100644
--- a/libc/libc.mips64.map
+++ b/libc/libc.mips64.map
@@ -1238,25 +1238,25 @@
wctrans_l; # introduced=26
} LIBC_N;
-LIBC_P {
+LIBC_P { # introduced=P
global:
- __freading; # future
- __fwriting; # future
- getentropy; # future
- getrandom; # future
- getlogin_r; # future
- glob; # future
- globfree; # future
- hcreate; # future
- hcreate_r; # future
- hdestroy; # future
- hdestroy_r; # future
- hsearch; # future
- hsearch_r; # future
- iconv; # future
- iconv_close; # future
- iconv_open; # future
- syncfs; # future
+ __freading;
+ __fwriting;
+ getentropy;
+ getrandom;
+ getlogin_r;
+ glob;
+ globfree;
+ hcreate;
+ hcreate_r;
+ hdestroy;
+ hdestroy_r;
+ hsearch;
+ hsearch_r;
+ iconv;
+ iconv_close;
+ iconv_open;
+ syncfs;
} LIBC_O;
LIBC_PRIVATE {