Greg Hackmann | e5c872f | 2016-03-03 13:10:23 -0800 | [diff] [blame] | 1 | # Generated by genversion-scripts.py. Do not edit. |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 2 | LIBC { |
| 3 | global: |
| 4 | __assert; |
| 5 | __assert2; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 6 | __b64_ntop; |
| 7 | __b64_pton; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 8 | __cmsg_nxthdr; # introduced=21 |
| 9 | __connect; # arm x86 mips introduced=21 |
| 10 | __ctype_get_mb_cur_max; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 11 | __cxa_atexit; |
| 12 | __cxa_finalize; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 13 | __cxa_thread_atexit_impl; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 14 | __dn_comp; |
| 15 | __dn_count_labels; |
| 16 | __dn_skipname; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 17 | __epoll_pwait; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 18 | __errno; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 19 | __exit; # arm x86 mips introduced=21 |
| 20 | __fadvise64; # x86 mips introduced=21 |
| 21 | __fbufsize; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 22 | __fcntl64; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 23 | __FD_CLR_chk; # introduced=21 |
| 24 | __FD_ISSET_chk; # introduced=21 |
| 25 | __FD_SET_chk; # introduced=21 |
| 26 | __fgets_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 27 | __flbf; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 28 | __fp_nquery; |
| 29 | __fp_query; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 30 | __fpclassify; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 31 | __fpclassifyd; |
| 32 | __fpclassifyf; |
| 33 | __fpclassifyl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 34 | __fpending; # introduced=23 |
| 35 | __fpurge; # introduced=23 |
| 36 | __freadable; # introduced=23 |
| 37 | __fsetlocking; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 38 | __fstatfs64; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 39 | __fwritable; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 40 | __get_h_errno; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 41 | __getcpu; # arm x86 mips introduced-arm=12 introduced-mips=16 introduced-x86=12 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 42 | __getcwd; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 43 | __getpid; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 44 | __getpriority; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 45 | __gnu_basename; # introduced=23 |
| 46 | __gnu_strerror_r; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 47 | __hostalias; |
| 48 | __ioctl; # arm x86 mips |
| 49 | __isfinite; |
| 50 | __isfinitef; |
| 51 | __isfinitel; |
| 52 | __isinf; |
| 53 | __isinff; |
| 54 | __isinfl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 55 | __isnan; # introduced=21 |
| 56 | __isnanf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 57 | __isnanl; |
| 58 | __isnormal; |
| 59 | __isnormalf; |
| 60 | __isnormall; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 61 | __isthreaded; # arm x86 mips var |
| 62 | __libc_current_sigrtmax; # introduced=21 |
| 63 | __libc_current_sigrtmin; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 64 | __libc_init; |
| 65 | __llseek; # arm x86 mips |
| 66 | __loc_aton; |
| 67 | __loc_ntoa; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 68 | __memchr_chk; # introduced=23 |
| 69 | __memcpy_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 70 | __memmove_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 71 | __memrchr_chk; # introduced=23 |
| 72 | __memset_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 73 | __mmap2; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 74 | __ns_format_ttl; # arm x86 mips |
| 75 | __ns_get16; # arm x86 mips |
| 76 | __ns_get32; # arm x86 mips |
| 77 | __ns_initparse; # arm x86 mips |
| 78 | __ns_makecanon; # arm x86 mips |
| 79 | __ns_msg_getflag; # arm x86 mips |
| 80 | __ns_name_compress; # arm x86 mips |
| 81 | __ns_name_ntol; # arm x86 mips |
| 82 | __ns_name_ntop; # arm x86 mips |
| 83 | __ns_name_pack; # arm x86 mips |
| 84 | __ns_name_pton; # arm x86 mips |
| 85 | __ns_name_rollback; # arm x86 mips |
| 86 | __ns_name_skip; # arm x86 mips |
| 87 | __ns_name_uncompress; # arm x86 mips |
| 88 | __ns_name_unpack; # arm x86 mips |
| 89 | __ns_parserr; # arm x86 mips |
| 90 | __ns_put16; # arm x86 mips |
| 91 | __ns_put32; # arm x86 mips |
| 92 | __ns_samename; # arm x86 mips |
| 93 | __ns_skiprr; # arm x86 mips |
| 94 | __ns_sprintrr; # arm x86 mips |
| 95 | __ns_sprintrrf; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 96 | __open_2; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 97 | __openat; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 98 | __openat_2; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 99 | __p_cdname; |
| 100 | __p_cdnname; |
| 101 | __p_class; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 102 | __p_class_syms; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 103 | __p_fqname; |
| 104 | __p_fqnname; |
| 105 | __p_option; |
| 106 | __p_query; |
| 107 | __p_rcode; |
| 108 | __p_secstodate; |
| 109 | __p_time; |
| 110 | __p_type; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 111 | __p_type_syms; # var |
| 112 | __poll_chk; # introduced=23 |
| 113 | __ppoll; # arm x86 mips introduced=21 |
| 114 | __ppoll_chk; # introduced=23 |
| 115 | __pread64_chk; # introduced=23 |
| 116 | __pread_chk; # introduced=23 |
| 117 | __progname; # var |
| 118 | __pselect6; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 119 | __pthread_cleanup_pop; |
| 120 | __pthread_cleanup_push; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 121 | __ptrace; # arm x86 mips |
| 122 | __putlong; |
| 123 | __putshort; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 124 | __read_chk; # introduced=21 |
| 125 | __readlink_chk; # introduced=23 |
| 126 | __readlinkat_chk; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 127 | __reboot; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 128 | __recvfrom_chk; # introduced=21 |
| 129 | __register_atfork; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 130 | __res_close; |
| 131 | __res_dnok; |
| 132 | __res_hnok; |
| 133 | __res_hostalias; |
| 134 | __res_isourserver; |
| 135 | __res_mailok; |
| 136 | __res_nameinquery; |
| 137 | __res_nclose; |
| 138 | __res_ninit; |
| 139 | __res_nmkquery; |
| 140 | __res_nquery; |
| 141 | __res_nquerydomain; |
| 142 | __res_nsearch; |
| 143 | __res_nsend; |
| 144 | __res_ownok; |
| 145 | __res_queriesmatch; |
| 146 | __res_querydomain; |
| 147 | __res_send; |
| 148 | __res_send_setqhook; |
| 149 | __res_send_setrhook; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 150 | __rt_sigaction; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 151 | __rt_sigpending; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 152 | __rt_sigprocmask; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 153 | __rt_sigsuspend; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 154 | __rt_sigtimedwait; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 155 | __sched_cpualloc; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 156 | __sched_cpucount; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 157 | __sched_cpufree; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 158 | __sched_getaffinity; # arm x86 mips introduced=12 |
| 159 | __set_tid_address; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 160 | __set_tls; # arm mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 161 | __sF; # var |
| 162 | __sigaction; # arm x86 mips introduced=21 |
| 163 | __snprintf_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 164 | __socket; # arm x86 mips introduced=21 |
| 165 | __sprintf_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 166 | __stack_chk_fail; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 167 | __stack_chk_guard; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 168 | __statfs64; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 169 | __stpcpy_chk; # introduced=21 |
| 170 | __stpncpy_chk; # introduced=21 |
| 171 | __stpncpy_chk2; # introduced=21 |
| 172 | __strcat_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 173 | __strchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
| 174 | __strcpy_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 175 | __strlcat_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 176 | __strlcpy_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 177 | __strlen_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 178 | __strncat_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 179 | __strncpy_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 180 | __strncpy_chk2; # introduced=21 |
| 181 | __strrchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 182 | __sym_ntop; |
| 183 | __sym_ntos; |
| 184 | __sym_ston; |
Dimitry Ivanov | e1078a9 | 2016-01-13 20:32:12 +0000 | [diff] [blame] | 185 | __system_property_find; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 186 | __system_property_foreach; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dimitry Ivanov | e1078a9 | 2016-01-13 20:32:12 +0000 | [diff] [blame] | 187 | __system_property_get; |
| 188 | __system_property_read; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 189 | __system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 190 | __timer_create; # arm x86 mips |
| 191 | __timer_delete; # arm x86 mips |
| 192 | __timer_getoverrun; # arm x86 mips |
| 193 | __timer_gettime; # arm x86 mips |
| 194 | __timer_settime; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 195 | __umask_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
| 196 | __vsnprintf_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 197 | __vsprintf_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 198 | __waitid; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 199 | _ctype_; # var |
| 200 | _Exit; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 201 | _exit; |
| 202 | _flush_cache; # mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 203 | _flushlbf; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 204 | _getlong; |
| 205 | _getshort; |
| 206 | _longjmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 207 | _resolv_delete_cache_for_net; # introduced=21 |
| 208 | _resolv_flush_cache_for_net; # introduced=21 |
| 209 | _resolv_set_nameservers_for_net; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 210 | _setjmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 211 | _tolower; # introduced=21 |
| 212 | _tolower_tab_; # arm x86 mips var |
| 213 | _toupper; # introduced=21 |
| 214 | _toupper_tab_; # arm x86 mips var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 215 | abort; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 216 | abs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 217 | accept; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 218 | accept4; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 219 | access; |
| 220 | acct; |
| 221 | alarm; |
| 222 | alphasort; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 223 | alphasort64; # introduced=21 |
| 224 | android_set_abort_message; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 225 | arc4random; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 226 | arc4random_buf; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 227 | arc4random_uniform; |
| 228 | asctime; |
| 229 | asctime64; # arm x86 mips |
| 230 | asctime64_r; # arm x86 mips |
| 231 | asctime_r; |
| 232 | asprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 233 | at_quick_exit; # introduced=21 |
| 234 | atof; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 235 | atoi; |
| 236 | atol; |
| 237 | atoll; |
| 238 | basename; |
| 239 | basename_r; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 240 | bind; |
| 241 | bindresvport; |
| 242 | brk; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 243 | bsearch; |
| 244 | btowc; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 245 | c16rtomb; # introduced=21 |
| 246 | c32rtomb; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 247 | cacheflush; # arm mips |
| 248 | calloc; |
| 249 | capget; |
| 250 | capset; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 251 | cfgetispeed; # introduced=21 |
| 252 | cfgetospeed; # introduced=21 |
| 253 | cfmakeraw; # introduced=21 |
| 254 | cfsetispeed; # introduced=21 |
| 255 | cfsetospeed; # introduced=21 |
| 256 | cfsetspeed; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 257 | chdir; |
| 258 | chmod; |
| 259 | chown; |
| 260 | chroot; |
| 261 | clearenv; |
| 262 | clearerr; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 263 | clearerr_unlocked; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 264 | clock; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 265 | clock_getcpuclockid; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 266 | clock_getres; |
| 267 | clock_gettime; |
| 268 | clock_nanosleep; |
| 269 | clock_settime; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 270 | clone; # introduced-arm=9 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 271 | close; |
| 272 | closedir; |
| 273 | closelog; |
| 274 | connect; |
| 275 | creat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 276 | creat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 277 | ctime; |
| 278 | ctime64; # arm x86 mips |
| 279 | ctime64_r; # arm x86 mips |
| 280 | ctime_r; |
| 281 | daemon; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 282 | daylight; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 283 | delete_module; |
| 284 | difftime; |
| 285 | dirfd; |
| 286 | dirname; |
| 287 | dirname_r; # arm x86 mips |
| 288 | div; |
| 289 | dn_expand; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 290 | dprintf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 291 | drand48; |
| 292 | dup; |
| 293 | dup2; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 294 | dup3; # introduced=21 |
| 295 | duplocale; # introduced=21 |
| 296 | endmntent; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 297 | endservent; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 298 | endutent; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 299 | environ; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 300 | epoll_create; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 301 | epoll_create1; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 302 | epoll_ctl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 303 | epoll_pwait; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 304 | epoll_wait; |
| 305 | erand48; |
| 306 | err; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 307 | error; # introduced=23 |
| 308 | error_at_line; # introduced=23 |
| 309 | error_message_count; # var introduced=23 |
| 310 | error_one_per_line; # var introduced=23 |
| 311 | error_print_progname; # var introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 312 | errx; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 313 | ether_aton; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 314 | ether_aton_r; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 315 | ether_ntoa; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 316 | ether_ntoa_r; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 317 | eventfd; |
| 318 | eventfd_read; |
| 319 | eventfd_write; |
| 320 | execl; |
| 321 | execle; |
| 322 | execlp; |
| 323 | execv; |
| 324 | execve; |
| 325 | execvp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 326 | execvpe; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 327 | exit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 328 | faccessat; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 329 | fallocate; # introduced=21 |
| 330 | fallocate64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 331 | fchdir; |
| 332 | fchmod; |
| 333 | fchmodat; |
| 334 | fchown; |
| 335 | fchownat; |
| 336 | fclose; |
| 337 | fcntl; |
| 338 | fdatasync; |
| 339 | fdopen; |
| 340 | fdopendir; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 341 | feof; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 342 | feof_unlocked; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 343 | ferror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 344 | ferror_unlocked; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 345 | fflush; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 346 | ffs; # introduced-arm=9 introduced-arm64=21 introduced-mips=9 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 347 | fgetc; |
| 348 | fgetln; |
| 349 | fgetpos; |
| 350 | fgets; |
| 351 | fgetwc; |
| 352 | fgetws; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 353 | fgetxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 354 | fileno; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 355 | flistxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 356 | flock; |
| 357 | flockfile; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 358 | fmemopen; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 359 | fnmatch; |
| 360 | fopen; |
| 361 | fork; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 362 | forkpty; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 363 | fpathconf; |
| 364 | fprintf; |
| 365 | fpurge; |
| 366 | fputc; |
| 367 | fputs; |
| 368 | fputwc; |
| 369 | fputws; |
| 370 | fread; |
| 371 | free; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 372 | freeaddrinfo; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 373 | freelocale; # introduced=21 |
| 374 | fremovexattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 375 | freopen; |
| 376 | fscanf; |
| 377 | fseek; |
| 378 | fseeko; |
| 379 | fsetpos; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 380 | fsetxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 381 | fstat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 382 | fstat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 383 | fstatat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 384 | fstatat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 385 | fstatfs; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 386 | fstatfs64; # introduced=21 |
| 387 | fstatvfs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 388 | fstatvfs64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 389 | fsync; |
| 390 | ftell; |
| 391 | ftello; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 392 | ftok; |
| 393 | ftruncate; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 394 | ftruncate64; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 395 | ftrylockfile; |
| 396 | fts_children; |
| 397 | fts_close; |
| 398 | fts_open; |
| 399 | fts_read; |
| 400 | fts_set; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 401 | ftw; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 402 | ftw64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 403 | funlockfile; |
| 404 | funopen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 405 | futimens; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 406 | fwide; |
| 407 | fwprintf; |
| 408 | fwrite; |
| 409 | fwscanf; |
| 410 | gai_strerror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 411 | get_avphys_pages; # introduced=23 |
| 412 | get_nprocs; # introduced=23 |
| 413 | get_nprocs_conf; # introduced=23 |
| 414 | get_phys_pages; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 415 | getaddrinfo; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 416 | getauxval; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 417 | getc; |
| 418 | getc_unlocked; |
| 419 | getchar; |
| 420 | getchar_unlocked; |
| 421 | getcwd; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 422 | getdelim; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 423 | getegid; |
| 424 | getenv; |
| 425 | geteuid; |
| 426 | getgid; |
| 427 | getgrgid; |
| 428 | getgrnam; |
| 429 | getgrouplist; |
| 430 | getgroups; |
| 431 | gethostbyaddr; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 432 | gethostbyaddr_r; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 433 | gethostbyname; |
| 434 | gethostbyname2; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 435 | gethostbyname2_r; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 436 | gethostbyname_r; |
| 437 | gethostent; |
| 438 | gethostname; |
| 439 | getitimer; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 440 | getline; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 441 | getlogin; |
| 442 | getmntent; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 443 | getmntent_r; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 444 | getnameinfo; |
| 445 | getnetbyaddr; |
| 446 | getnetbyname; |
| 447 | getopt; |
| 448 | getopt_long; |
| 449 | getopt_long_only; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 450 | getpagesize; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 451 | getpeername; |
| 452 | getpgid; |
| 453 | getpgrp; |
| 454 | getpid; |
| 455 | getppid; |
| 456 | getpriority; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 457 | getprogname; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 458 | getprotobyname; |
| 459 | getprotobynumber; |
| 460 | getpt; |
| 461 | getpwnam; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 462 | getpwnam_r; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 463 | getpwuid; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 464 | getpwuid_r; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 465 | getresgid; |
| 466 | getresuid; |
| 467 | getrlimit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 468 | getrlimit64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 469 | getrusage; |
| 470 | gets; |
| 471 | getservbyname; |
| 472 | getservbyport; |
| 473 | getservent; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 474 | getsid; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 475 | getsockname; |
| 476 | getsockopt; |
| 477 | gettid; |
| 478 | gettimeofday; |
| 479 | getuid; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 480 | getutent; |
| 481 | getwc; |
| 482 | getwchar; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 483 | getxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 484 | gmtime; |
| 485 | gmtime64; # arm x86 mips |
| 486 | gmtime64_r; # arm x86 mips |
| 487 | gmtime_r; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 488 | grantpt; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 489 | herror; |
| 490 | hstrerror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 491 | htonl; # introduced=21 |
| 492 | htons; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 493 | if_indextoname; |
| 494 | if_nametoindex; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 495 | imaxabs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 496 | imaxdiv; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 497 | inet_addr; |
| 498 | inet_aton; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 499 | inet_lnaof; # introduced=21 |
| 500 | inet_makeaddr; # introduced=21 |
| 501 | inet_netof; # introduced=21 |
| 502 | inet_network; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 503 | inet_nsap_addr; |
| 504 | inet_nsap_ntoa; |
| 505 | inet_ntoa; |
| 506 | inet_ntop; |
| 507 | inet_pton; |
| 508 | init_module; |
| 509 | initgroups; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 510 | initstate; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 511 | inotify_add_watch; |
| 512 | inotify_init; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 513 | inotify_init1; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 514 | inotify_rm_watch; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 515 | insque; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 516 | ioctl; |
| 517 | isalnum; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 518 | isalnum_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 519 | isalpha; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 520 | isalpha_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 521 | isascii; |
| 522 | isatty; |
| 523 | isblank; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 524 | isblank_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 525 | iscntrl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 526 | iscntrl_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 527 | isdigit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 528 | isdigit_l; # introduced=21 |
| 529 | isfinite; # introduced=21 |
| 530 | isfinitef; # introduced=21 |
| 531 | isfinitel; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 532 | isgraph; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 533 | isgraph_l; # introduced=21 |
| 534 | isinf; # introduced=21 |
| 535 | isinff; # introduced=21 |
| 536 | isinfl; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 537 | islower; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 538 | islower_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 539 | isnan; |
| 540 | isnanf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 541 | isnanl; # introduced=21 |
| 542 | isnormal; # introduced=21 |
| 543 | isnormalf; # introduced=21 |
| 544 | isnormall; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 545 | isprint; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 546 | isprint_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 547 | ispunct; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 548 | ispunct_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 549 | isspace; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 550 | isspace_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 551 | isupper; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 552 | isupper_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 553 | iswalnum; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 554 | iswalnum_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 555 | iswalpha; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 556 | iswalpha_l; # introduced=21 |
| 557 | iswblank; # introduced=21 |
| 558 | iswblank_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 559 | iswcntrl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 560 | iswcntrl_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 561 | iswctype; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 562 | iswctype_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 563 | iswdigit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 564 | iswdigit_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 565 | iswgraph; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 566 | iswgraph_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 567 | iswlower; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 568 | iswlower_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 569 | iswprint; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 570 | iswprint_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 571 | iswpunct; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 572 | iswpunct_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 573 | iswspace; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 574 | iswspace_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 575 | iswupper; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 576 | iswupper_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 577 | iswxdigit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 578 | iswxdigit_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 579 | isxdigit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 580 | isxdigit_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 581 | jrand48; |
| 582 | kill; |
| 583 | killpg; |
| 584 | klogctl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 585 | labs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 586 | lchown; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 587 | lcong48; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 588 | ldexp; |
| 589 | ldiv; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 590 | lfind; # introduced=21 |
| 591 | lgetxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 592 | link; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 593 | linkat; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 594 | listen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 595 | listxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 596 | llabs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 597 | lldiv; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 598 | llistxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 599 | localeconv; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 600 | localtime; |
| 601 | localtime64; # arm x86 mips |
| 602 | localtime64_r; # arm x86 mips |
| 603 | localtime_r; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 604 | login_tty; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 605 | longjmp; |
| 606 | lrand48; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 607 | lremovexattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 608 | lsearch; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 609 | lseek; |
| 610 | lseek64; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 611 | lsetxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 612 | lstat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 613 | lstat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 614 | madvise; |
| 615 | mallinfo; |
| 616 | malloc; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 617 | malloc_info; # introduced=23 |
| 618 | malloc_usable_size; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 619 | mbrlen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 620 | mbrtoc16; # introduced=21 |
| 621 | mbrtoc32; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 622 | mbrtowc; |
| 623 | mbsinit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 624 | mbsnrtowcs; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 625 | mbsrtowcs; |
| 626 | mbstowcs; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 627 | mbtowc; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 628 | memalign; |
| 629 | memccpy; |
| 630 | memchr; |
| 631 | memcmp; |
| 632 | memcpy; |
| 633 | memmem; |
| 634 | memmove; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 635 | mempcpy; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 636 | memrchr; |
| 637 | memset; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 638 | mincore; |
| 639 | mkdir; |
| 640 | mkdirat; |
| 641 | mkdtemp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 642 | mkfifo; # introduced=21 |
| 643 | mkfifoat; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 644 | mknod; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 645 | mknodat; # introduced=21 |
| 646 | mkostemp; # introduced=23 |
| 647 | mkostemp64; # introduced=23 |
| 648 | mkostemps; # introduced=23 |
| 649 | mkostemps64; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 650 | mkstemp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 651 | mkstemp64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 652 | mkstemps; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 653 | mkstemps64; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 654 | mktemp; |
| 655 | mktime; |
| 656 | mktime64; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 657 | mlock; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 658 | mlockall; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 659 | mmap; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 660 | mmap64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 661 | mount; |
| 662 | mprotect; |
| 663 | mrand48; |
| 664 | mremap; |
| 665 | msync; |
| 666 | munlock; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 667 | munlockall; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 668 | munmap; |
| 669 | nanosleep; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 670 | newlocale; # introduced=21 |
| 671 | nftw; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 672 | nftw64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 673 | nice; |
| 674 | nrand48; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 675 | nsdispatch; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 676 | ntohl; # introduced=21 |
| 677 | ntohs; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 678 | open; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 679 | open64; # introduced=21 |
| 680 | open_memstream; # introduced=23 |
| 681 | open_wmemstream; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 682 | openat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 683 | openat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 684 | opendir; |
| 685 | openlog; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 686 | openpty; # introduced=23 |
| 687 | optarg; # var |
| 688 | opterr; # var |
| 689 | optind; # var |
| 690 | optopt; # var |
| 691 | optreset; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 692 | pathconf; |
| 693 | pause; |
| 694 | pclose; |
| 695 | perror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 696 | personality; # introduced-arm=15 introduced-arm64=21 introduced-mips=15 introduced-mips64=21 introduced-x86=15 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 697 | pipe; |
| 698 | pipe2; |
| 699 | poll; |
| 700 | popen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 701 | posix_fadvise; # introduced=21 |
| 702 | posix_fadvise64; # introduced=21 |
| 703 | posix_fallocate; # introduced=21 |
| 704 | posix_fallocate64; # introduced=21 |
| 705 | posix_madvise; # introduced=23 |
| 706 | posix_memalign; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 707 | posix_openpt; # introduced=21 |
| 708 | ppoll; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 709 | prctl; |
| 710 | pread; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 711 | pread64; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 712 | printf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 713 | prlimit64; # introduced=21 |
| 714 | process_vm_readv; # introduced=23 |
| 715 | process_vm_writev; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 716 | pselect; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 717 | psiginfo; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 718 | psignal; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 719 | pthread_atfork; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 720 | pthread_attr_destroy; |
| 721 | pthread_attr_getdetachstate; |
| 722 | pthread_attr_getguardsize; |
| 723 | pthread_attr_getschedparam; |
| 724 | pthread_attr_getschedpolicy; |
| 725 | pthread_attr_getscope; |
| 726 | pthread_attr_getstack; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 727 | pthread_attr_getstacksize; |
| 728 | pthread_attr_init; |
| 729 | pthread_attr_setdetachstate; |
| 730 | pthread_attr_setguardsize; |
| 731 | pthread_attr_setschedparam; |
| 732 | pthread_attr_setschedpolicy; |
| 733 | pthread_attr_setscope; |
| 734 | pthread_attr_setstack; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 735 | pthread_attr_setstacksize; |
| 736 | pthread_cond_broadcast; |
| 737 | pthread_cond_destroy; |
| 738 | pthread_cond_init; |
| 739 | pthread_cond_signal; |
| 740 | pthread_cond_timedwait; |
| 741 | pthread_cond_timedwait_monotonic; # arm x86 mips |
| 742 | pthread_cond_timedwait_monotonic_np; # arm x86 mips |
| 743 | pthread_cond_timedwait_relative_np; # arm x86 mips |
| 744 | pthread_cond_timeout_np; # arm x86 mips |
| 745 | pthread_cond_wait; |
| 746 | pthread_condattr_destroy; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 747 | pthread_condattr_getclock; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 748 | pthread_condattr_getpshared; |
| 749 | pthread_condattr_init; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 750 | pthread_condattr_setclock; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 751 | pthread_condattr_setpshared; |
| 752 | pthread_create; |
| 753 | pthread_detach; |
| 754 | pthread_equal; |
| 755 | pthread_exit; |
| 756 | pthread_getattr_np; |
| 757 | pthread_getcpuclockid; |
| 758 | pthread_getschedparam; |
| 759 | pthread_getspecific; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 760 | pthread_gettid_np; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 761 | pthread_join; |
| 762 | pthread_key_create; |
| 763 | pthread_key_delete; |
| 764 | pthread_kill; |
| 765 | pthread_mutex_destroy; |
| 766 | pthread_mutex_init; |
| 767 | pthread_mutex_lock; |
| 768 | pthread_mutex_lock_timeout_np; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 769 | pthread_mutex_timedlock; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 770 | pthread_mutex_trylock; |
| 771 | pthread_mutex_unlock; |
| 772 | pthread_mutexattr_destroy; |
| 773 | pthread_mutexattr_getpshared; |
| 774 | pthread_mutexattr_gettype; |
| 775 | pthread_mutexattr_init; |
| 776 | pthread_mutexattr_setpshared; |
| 777 | pthread_mutexattr_settype; |
| 778 | pthread_once; |
| 779 | pthread_rwlock_destroy; |
| 780 | pthread_rwlock_init; |
| 781 | pthread_rwlock_rdlock; |
| 782 | pthread_rwlock_timedrdlock; |
| 783 | pthread_rwlock_timedwrlock; |
| 784 | pthread_rwlock_tryrdlock; |
| 785 | pthread_rwlock_trywrlock; |
| 786 | pthread_rwlock_unlock; |
| 787 | pthread_rwlock_wrlock; |
| 788 | pthread_rwlockattr_destroy; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 789 | pthread_rwlockattr_getkind_np; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 790 | pthread_rwlockattr_getpshared; |
| 791 | pthread_rwlockattr_init; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 792 | pthread_rwlockattr_setkind_np; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 793 | pthread_rwlockattr_setpshared; |
| 794 | pthread_self; |
| 795 | pthread_setname_np; |
| 796 | pthread_setschedparam; |
| 797 | pthread_setspecific; |
| 798 | pthread_sigmask; |
| 799 | ptrace; |
| 800 | ptsname; |
| 801 | ptsname_r; |
| 802 | putc; |
| 803 | putc_unlocked; |
| 804 | putchar; |
| 805 | putchar_unlocked; |
| 806 | putenv; |
| 807 | puts; |
| 808 | pututline; |
| 809 | putw; # arm x86 mips |
| 810 | putwc; |
| 811 | putwchar; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 812 | pvalloc; # arm x86 mips introduced=17 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 813 | pwrite; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 814 | pwrite64; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 815 | qsort; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 816 | quick_exit; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 817 | raise; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 818 | rand; # introduced=21 |
| 819 | rand_r; # introduced=21 |
| 820 | random; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 821 | read; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 822 | readahead; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 823 | readdir; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 824 | readdir64; # introduced=21 |
| 825 | readdir64_r; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 826 | readdir_r; |
| 827 | readlink; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 828 | readlinkat; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 829 | readv; |
| 830 | realloc; |
| 831 | realpath; |
| 832 | reboot; |
| 833 | recv; |
| 834 | recvfrom; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 835 | recvmmsg; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 836 | recvmsg; |
| 837 | regcomp; |
| 838 | regerror; |
| 839 | regexec; |
| 840 | regfree; |
| 841 | remove; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 842 | removexattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 843 | remque; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 844 | rename; |
| 845 | renameat; |
| 846 | res_init; |
| 847 | res_mkquery; |
| 848 | res_query; |
| 849 | res_search; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 850 | rewind; |
| 851 | rewinddir; |
| 852 | rmdir; |
| 853 | sbrk; |
| 854 | scandir; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 855 | scandir64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 856 | scanf; |
| 857 | sched_get_priority_max; |
| 858 | sched_get_priority_min; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 859 | sched_getaffinity; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 860 | sched_getcpu; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 861 | sched_getparam; |
| 862 | sched_getscheduler; |
| 863 | sched_rr_get_interval; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 864 | sched_setaffinity; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 865 | sched_setparam; |
| 866 | sched_setscheduler; |
| 867 | sched_yield; |
| 868 | seed48; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 869 | seekdir; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 870 | select; |
| 871 | sem_close; |
| 872 | sem_destroy; |
| 873 | sem_getvalue; |
| 874 | sem_init; |
| 875 | sem_open; |
| 876 | sem_post; |
| 877 | sem_timedwait; |
| 878 | sem_trywait; |
| 879 | sem_unlink; |
| 880 | sem_wait; |
| 881 | send; |
| 882 | sendfile; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 883 | sendfile64; # introduced=21 |
| 884 | sendmmsg; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 885 | sendmsg; |
| 886 | sendto; |
| 887 | setbuf; |
| 888 | setbuffer; |
| 889 | setegid; |
| 890 | setenv; |
| 891 | seteuid; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 892 | setfsgid; # introduced=21 |
| 893 | setfsuid; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 894 | setgid; |
| 895 | setgroups; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 896 | sethostname; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 897 | setitimer; |
| 898 | setjmp; |
| 899 | setlinebuf; |
| 900 | setlocale; |
| 901 | setlogmask; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 902 | setmntent; # introduced=21 |
| 903 | setns; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 904 | setpgid; |
| 905 | setpgrp; |
| 906 | setpriority; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 907 | setprogname; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 908 | setregid; |
| 909 | setresgid; |
| 910 | setresuid; |
| 911 | setreuid; |
| 912 | setrlimit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 913 | setrlimit64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 914 | setservent; |
| 915 | setsid; |
| 916 | setsockopt; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 917 | setstate; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 918 | settimeofday; |
| 919 | setuid; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 920 | setutent; |
| 921 | setvbuf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 922 | setxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 923 | shutdown; |
| 924 | sigaction; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 925 | sigaddset; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 926 | sigaltstack; |
| 927 | sigblock; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 928 | sigdelset; # introduced=21 |
| 929 | sigemptyset; # introduced=21 |
| 930 | sigfillset; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 931 | siginterrupt; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 932 | sigismember; # introduced=21 |
| 933 | siglongjmp; # introduced-arm=9 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 934 | signal; # introduced=21 |
| 935 | signalfd; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 936 | sigpending; |
| 937 | sigprocmask; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 938 | sigqueue; # introduced=23 |
| 939 | sigsetjmp; # introduced-arm=9 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 940 | sigsetmask; |
| 941 | sigsuspend; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 942 | sigtimedwait; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 943 | sigwait; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 944 | sigwaitinfo; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 945 | sleep; |
| 946 | snprintf; |
| 947 | socket; |
| 948 | socketpair; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 949 | splice; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 950 | sprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 951 | srand; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 952 | srand48; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 953 | srandom; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 954 | sscanf; |
| 955 | stat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 956 | stat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 957 | statfs; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 958 | statfs64; # introduced=21 |
| 959 | statvfs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 960 | statvfs64; # introduced=21 |
| 961 | stderr; # var introduced=23 |
| 962 | stdin; # var introduced=23 |
| 963 | stdout; # var introduced=23 |
| 964 | stpcpy; # introduced=21 |
| 965 | stpncpy; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 966 | strcasecmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 967 | strcasecmp_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 968 | strcasestr; |
| 969 | strcat; |
| 970 | strchr; |
| 971 | strcmp; |
| 972 | strcoll; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 973 | strcoll_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 974 | strcpy; |
| 975 | strcspn; |
| 976 | strdup; |
| 977 | strerror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 978 | strerror_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 979 | strerror_r; |
| 980 | strftime; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 981 | strftime_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 982 | strlcat; |
| 983 | strlcpy; |
| 984 | strlen; |
| 985 | strncasecmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 986 | strncasecmp_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 987 | strncat; |
| 988 | strncmp; |
| 989 | strncpy; |
| 990 | strndup; |
| 991 | strnlen; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 992 | strpbrk; |
| 993 | strptime; |
| 994 | strrchr; |
| 995 | strsep; |
| 996 | strsignal; |
| 997 | strspn; |
| 998 | strstr; |
| 999 | strtod; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1000 | strtof; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1001 | strtoimax; |
| 1002 | strtok; |
| 1003 | strtok_r; |
| 1004 | strtol; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1005 | strtold; # introduced=21 |
| 1006 | strtold_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1007 | strtoll; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1008 | strtoll_l; # introduced=21 |
| 1009 | strtoq; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1010 | strtoul; |
| 1011 | strtoull; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1012 | strtoull_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1013 | strtoumax; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1014 | strtouq; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1015 | strxfrm; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1016 | strxfrm_l; # introduced=21 |
| 1017 | swapoff; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 1018 | swapon; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1019 | swprintf; |
| 1020 | swscanf; |
| 1021 | symlink; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1022 | symlinkat; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1023 | sync; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1024 | sys_siglist; # var |
| 1025 | sys_signame; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1026 | syscall; |
| 1027 | sysconf; |
| 1028 | sysinfo; |
| 1029 | syslog; |
| 1030 | system; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1031 | tcdrain; # introduced=21 |
| 1032 | tcflow; # introduced=21 |
| 1033 | tcflush; # introduced=21 |
| 1034 | tcgetattr; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1035 | tcgetpgrp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1036 | tcgetsid; # introduced=21 |
| 1037 | tcsendbreak; # introduced=21 |
| 1038 | tcsetattr; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1039 | tcsetpgrp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1040 | tdelete; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 1041 | tdestroy; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 1042 | tee; # introduced=21 |
| 1043 | telldir; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1044 | tempnam; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1045 | tfind; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 1046 | tgkill; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1047 | time; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1048 | timegm; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1049 | timegm64; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1050 | timelocal; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1051 | timelocal64; # arm x86 mips |
| 1052 | timer_create; |
| 1053 | timer_delete; |
| 1054 | timer_getoverrun; |
| 1055 | timer_gettime; |
| 1056 | timer_settime; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1057 | timerfd_create; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 1058 | timerfd_gettime; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 1059 | timerfd_settime; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1060 | times; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1061 | timezone; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1062 | tmpfile; |
| 1063 | tmpnam; |
| 1064 | toascii; |
| 1065 | tolower; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1066 | tolower_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1067 | toupper; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1068 | toupper_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1069 | towlower; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1070 | towlower_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1071 | towupper; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1072 | towupper_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1073 | truncate; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1074 | truncate64; # introduced=21 |
| 1075 | tsearch; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1076 | ttyname; |
| 1077 | ttyname_r; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1078 | twalk; # introduced=21 |
| 1079 | tzname; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1080 | tzset; |
| 1081 | umask; |
| 1082 | umount; |
| 1083 | umount2; |
| 1084 | uname; |
| 1085 | ungetc; |
| 1086 | ungetwc; |
| 1087 | unlink; |
| 1088 | unlinkat; |
| 1089 | unlockpt; |
| 1090 | unsetenv; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1091 | unshare; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 1092 | uselocale; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1093 | usleep; |
| 1094 | utime; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1095 | utimensat; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1096 | utimes; |
| 1097 | utmpname; |
| 1098 | valloc; # arm x86 mips |
| 1099 | vasprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1100 | vdprintf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1101 | verr; |
| 1102 | verrx; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1103 | vfork; |
| 1104 | vfprintf; |
| 1105 | vfscanf; |
| 1106 | vfwprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1107 | vfwscanf; # introduced=21 |
| 1108 | vmsplice; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1109 | vprintf; |
| 1110 | vscanf; |
| 1111 | vsnprintf; |
| 1112 | vsprintf; |
| 1113 | vsscanf; |
| 1114 | vswprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1115 | vswscanf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1116 | vsyslog; |
| 1117 | vwarn; |
| 1118 | vwarnx; |
| 1119 | vwprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1120 | vwscanf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1121 | wait; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1122 | wait4; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1123 | waitid; |
| 1124 | waitpid; |
| 1125 | warn; |
| 1126 | warnx; |
| 1127 | wcpcpy; |
| 1128 | wcpncpy; |
| 1129 | wcrtomb; |
| 1130 | wcscasecmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1131 | wcscasecmp_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1132 | wcscat; |
| 1133 | wcschr; |
| 1134 | wcscmp; |
| 1135 | wcscoll; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1136 | wcscoll_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1137 | wcscpy; |
| 1138 | wcscspn; |
| 1139 | wcsdup; |
| 1140 | wcsftime; |
| 1141 | wcslcat; |
| 1142 | wcslcpy; |
| 1143 | wcslen; |
| 1144 | wcsncasecmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1145 | wcsncasecmp_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1146 | wcsncat; |
| 1147 | wcsncmp; |
| 1148 | wcsncpy; |
| 1149 | wcsnlen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1150 | wcsnrtombs; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1151 | wcspbrk; |
| 1152 | wcsrchr; |
| 1153 | wcsrtombs; |
| 1154 | wcsspn; |
| 1155 | wcsstr; |
| 1156 | wcstod; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1157 | wcstof; # introduced=21 |
| 1158 | wcstoimax; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1159 | wcstok; |
| 1160 | wcstol; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1161 | wcstold; # introduced=21 |
| 1162 | wcstold_l; # introduced=21 |
| 1163 | wcstoll; # introduced=21 |
| 1164 | wcstoll_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1165 | wcstombs; |
| 1166 | wcstoul; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1167 | wcstoull; # introduced=21 |
| 1168 | wcstoull_l; # introduced=21 |
| 1169 | wcstoumax; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1170 | wcswidth; |
| 1171 | wcsxfrm; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1172 | wcsxfrm_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1173 | wctob; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1174 | wctomb; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1175 | wctype; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1176 | wctype_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1177 | wcwidth; |
| 1178 | wmemchr; |
| 1179 | wmemcmp; |
| 1180 | wmemcpy; |
| 1181 | wmemmove; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1182 | wmempcpy; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1183 | wmemset; |
| 1184 | wprintf; |
| 1185 | write; |
| 1186 | writev; |
| 1187 | wscanf; |
| 1188 | local: |
| 1189 | *; |
| 1190 | }; |
| 1191 | |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1192 | LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 |
Yabin Cui | c4786d3 | 2015-07-20 19:46:26 -0700 | [diff] [blame] | 1193 | global: |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1194 | __fread_chk; # introduced=24 |
| 1195 | __fwrite_chk; # introduced=24 |
| 1196 | __getcwd_chk; # introduced=24 |
| 1197 | __pwrite_chk; # introduced=24 |
| 1198 | __pwrite64_chk; # introduced=24 |
| 1199 | __write_chk; # introduced=24 |
| 1200 | adjtimex; # introduced=24 |
| 1201 | clock_adjtime; # introduced=24 |
| 1202 | fgetpos64; # introduced=24 |
| 1203 | fileno_unlocked; # introduced=24 |
| 1204 | fopen64; # introduced=24 |
| 1205 | freeifaddrs; # introduced=24 |
| 1206 | freopen64; # introduced=24 |
| 1207 | fseeko64; # introduced=24 |
| 1208 | fsetpos64; # introduced=24 |
| 1209 | ftello64; # introduced=24 |
| 1210 | funopen64; # introduced=24 |
| 1211 | getgrgid_r; # introduced=24 |
| 1212 | getgrnam_r; # introduced=24 |
| 1213 | getifaddrs; # introduced=24 |
| 1214 | if_freenameindex; # introduced=24 |
| 1215 | if_nameindex; # introduced=24 |
| 1216 | in6addr_any; # var introduced=24 |
| 1217 | in6addr_loopback; # var introduced=24 |
| 1218 | lockf; # introduced=24 |
| 1219 | lockf64; # introduced=24 |
| 1220 | preadv; # introduced=24 |
| 1221 | preadv64; # introduced=24 |
| 1222 | prlimit; # arm mips x86 introduced=24 |
| 1223 | pthread_barrierattr_destroy; # introduced=24 |
| 1224 | pthread_barrierattr_getpshared; # introduced=24 |
| 1225 | pthread_barrierattr_init; # introduced=24 |
| 1226 | pthread_barrierattr_setpshared; # introduced=24 |
| 1227 | pthread_barrier_destroy; # introduced=24 |
| 1228 | pthread_barrier_init; # introduced=24 |
| 1229 | pthread_barrier_wait; # introduced=24 |
| 1230 | pthread_spin_destroy; # introduced=24 |
| 1231 | pthread_spin_init; # introduced=24 |
| 1232 | pthread_spin_lock; # introduced=24 |
| 1233 | pthread_spin_trylock; # introduced=24 |
| 1234 | pthread_spin_unlock; # introduced=24 |
| 1235 | pwritev; # introduced=24 |
| 1236 | pwritev64; # introduced=24 |
| 1237 | scandirat; # introduced=24 |
| 1238 | scandirat64; # introduced=24 |
| 1239 | strchrnul; # introduced=24 |
| 1240 | tmpfile64; # introduced=24 |
Yabin Cui | c4786d3 | 2015-07-20 19:46:26 -0700 | [diff] [blame] | 1241 | } LIBC; |
| 1242 | |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1243 | LIBC_O { |
Elliott Hughes | 725b2a9 | 2016-03-23 11:20:47 -0700 | [diff] [blame] | 1244 | global: |
Daniel Micay | 95b59c5 | 2017-02-13 17:27:59 -0800 | [diff] [blame] | 1245 | __sendto_chk; # future |
Dimitry Ivanov | 16b2a4d | 2017-01-24 20:43:29 +0000 | [diff] [blame] | 1246 | __system_property_read_callback; # future |
Elliott Hughes | a0d374d | 2017-02-10 18:13:46 -0800 | [diff] [blame] | 1247 | __system_property_wait; # future |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1248 | bsd_signal; # arm x86 mips versioned=26 |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1249 | catclose; # future |
| 1250 | catgets; # future |
| 1251 | catopen; # future |
| 1252 | ctermid; # future |
| 1253 | endgrent; # future |
| 1254 | endpwent; # future |
| 1255 | futimes; # future |
| 1256 | futimesat; # future |
| 1257 | getdomainname; # future |
| 1258 | getgrent; # future |
| 1259 | getpwent; # future |
| 1260 | getsubopt; # future |
| 1261 | hasmntopt; # future |
| 1262 | lutimes; # future |
| 1263 | mblen; # future |
Elliott Hughes | 7c59f3f | 2016-08-16 18:14:26 -0700 | [diff] [blame] | 1264 | msgctl; # future |
| 1265 | msgget; # future |
| 1266 | msgrcv; # future |
| 1267 | msgsnd; # future |
Elliott Hughes | fc8e688 | 2016-11-18 16:27:29 -0800 | [diff] [blame] | 1268 | nl_langinfo; # future |
| 1269 | nl_langinfo_l; # future |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1270 | pthread_getname_np; # future |
| 1271 | quotactl; # future |
Elliott Hughes | 7c59f3f | 2016-08-16 18:14:26 -0700 | [diff] [blame] | 1272 | semctl; # future |
| 1273 | semget; # future |
| 1274 | semop; # future |
| 1275 | semtimedop; # future |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1276 | setdomainname; # future |
| 1277 | setgrent; # future |
| 1278 | setpwent; # future |
Elliott Hughes | 7c59f3f | 2016-08-16 18:14:26 -0700 | [diff] [blame] | 1279 | shmat; # future |
| 1280 | shmctl; # future |
| 1281 | shmdt; # future |
| 1282 | shmget; # future |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1283 | sighold; # future |
| 1284 | sigignore; # future |
| 1285 | sigpause; # future |
| 1286 | sigrelse; # future |
| 1287 | sigset; # future |
Dan Albert | 3103f6d | 2016-09-21 01:42:19 -0700 | [diff] [blame] | 1288 | strtod_l; # future |
| 1289 | strtof_l; # future |
| 1290 | strtol_l; # future |
| 1291 | strtoul_l; # future |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1292 | sync_file_range; # future |
| 1293 | towctrans; # future |
| 1294 | towctrans_l; # future |
| 1295 | wctrans; # future |
| 1296 | wctrans_l; # future |
Elliott Hughes | 725b2a9 | 2016-03-23 11:20:47 -0700 | [diff] [blame] | 1297 | } LIBC_N; |
| 1298 | |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1299 | LIBC_PRIVATE { |
| 1300 | global: |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1301 | __accept4; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1302 | __bionic_brk; # arm x86 mips |
Dimitry Ivanov | 5ce79b0 | 2015-12-21 21:29:45 -0800 | [diff] [blame] | 1303 | __divdi3; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1304 | __futex_wait; # arm x86 mips |
| 1305 | __futex_wake; # arm x86 mips |
| 1306 | __get_thread; # arm x86 mips |
| 1307 | __get_tls; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1308 | __getdents64; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1309 | __open; # arm x86 mips |
| 1310 | __page_shift; # arm x86 mips |
| 1311 | __page_size; # arm x86 mips |
Dimitry Ivanov | 5ce79b0 | 2015-12-21 21:29:45 -0800 | [diff] [blame] | 1312 | __popcountsi2; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1313 | __pthread_gettid; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1314 | __sclose; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1315 | __sdidinit; # arm x86 mips |
| 1316 | __set_errno; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1317 | __sflags; # arm x86 mips |
| 1318 | __sflush; # arm x86 mips |
| 1319 | __sfp; # arm x86 mips |
| 1320 | __sglue; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1321 | __sinit; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1322 | __smakebuf; # arm x86 mips |
| 1323 | __sread; # arm x86 mips |
| 1324 | __srefill; # arm x86 mips |
| 1325 | __srget; # arm x86 mips |
| 1326 | __sseek; # arm x86 mips |
| 1327 | __swbuf; # arm x86 mips |
| 1328 | __swrite; # arm x86 mips |
| 1329 | __swsetup; # arm x86 mips |
Dimitry Ivanov | 9f39326 | 2016-04-16 00:58:12 +0000 | [diff] [blame] | 1330 | __udivdi3; # arm x86 mips |
Dimitry Ivanov | 5ce79b0 | 2015-12-21 21:29:45 -0800 | [diff] [blame] | 1331 | __umoddi3; # x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1332 | __wait4; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1333 | _fwalk; # arm x86 mips |
Dimitry Ivanov | 97cb4fb | 2016-01-26 14:07:32 -0800 | [diff] [blame] | 1334 | android_getaddrinfofornet; |
| 1335 | android_getaddrinfofornetcontext; |
| 1336 | android_gethostbyaddrfornet; |
| 1337 | android_gethostbynamefornet; |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1338 | arc4random_addrandom; # arm x86 mips |
| 1339 | arc4random_stir; # arm x86 mips |
| 1340 | bcopy; # arm x86 mips |
| 1341 | bzero; # arm x86 mips |
| 1342 | dlmalloc; # arm x86 mips |
| 1343 | dlmalloc_inspect_all; # arm x86 mips |
| 1344 | dlmalloc_trim; # arm x86 mips |
| 1345 | dlmalloc_usable_size; # arm x86 mips |
| 1346 | fdprintf; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1347 | free_malloc_leak_info; |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1348 | ftime; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1349 | get_malloc_leak_info; |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1350 | getdents; # arm x86 mips |
| 1351 | getdtablesize; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1352 | gMallocLeakZygoteChild; |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1353 | index; # arm x86 mips |
| 1354 | issetugid; # arm x86 mips |
| 1355 | memswap; # arm x86 mips |
| 1356 | pthread_attr_getstackaddr; # arm x86 mips |
| 1357 | pthread_attr_setstackaddr; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1358 | SHA1Final; # arm x86 mips |
| 1359 | SHA1Init; # arm x86 mips |
| 1360 | SHA1Transform; # arm x86 mips |
| 1361 | SHA1Update; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame] | 1362 | strntoimax; # arm x86 mips |
| 1363 | strntoumax; # arm x86 mips |
| 1364 | strtotimeval; # arm x86 mips |
| 1365 | sysv_signal; # arm x86 mips |
| 1366 | tkill; # arm x86 mips |
| 1367 | vfdprintf; # arm x86 mips |
| 1368 | wait3; # arm x86 mips |
| 1369 | wcswcs; # arm x86 mips |
Elliott Hughes | 725b2a9 | 2016-03-23 11:20:47 -0700 | [diff] [blame] | 1370 | } LIBC_O; |
Pierre Imai | 97c9d73 | 2016-04-18 12:00:12 +0900 | [diff] [blame] | 1371 | |
Dimitry Ivanov | 581b9f6 | 2017-01-09 11:05:52 -0800 | [diff] [blame] | 1372 | LIBC_DEPRECATED { |
| 1373 | global: |
| 1374 | __system_property_find_nth; |
Dimitry Ivanov | 41a3a6f | 2017-02-16 15:34:21 -0800 | [diff] [blame^] | 1375 | __system_property_wait_any; |
Dimitry Ivanov | 581b9f6 | 2017-01-09 11:05:52 -0800 | [diff] [blame] | 1376 | }; |
| 1377 | |
Pierre Imai | 97c9d73 | 2016-04-18 12:00:12 +0900 | [diff] [blame] | 1378 | LIBC_PLATFORM { |
| 1379 | global: |
Dimitry Ivanov | 41a3a6f | 2017-02-16 15:34:21 -0800 | [diff] [blame^] | 1380 | __system_properties_init; |
| 1381 | __system_property_area__; # var |
Dimitry Ivanov | 581b9f6 | 2017-01-09 11:05:52 -0800 | [diff] [blame] | 1382 | __system_property_add; |
Dimitry Ivanov | 41a3a6f | 2017-02-16 15:34:21 -0800 | [diff] [blame^] | 1383 | __system_property_area_init; |
| 1384 | __system_property_area_serial; |
| 1385 | __system_property_serial; |
| 1386 | __system_property_set_filename; |
Dimitry Ivanov | 581b9f6 | 2017-01-09 11:05:52 -0800 | [diff] [blame] | 1387 | __system_property_update; |
Pierre Imai | 97c9d73 | 2016-04-18 12:00:12 +0900 | [diff] [blame] | 1388 | android_net_res_stats_get_info_for_net; |
| 1389 | android_net_res_stats_aggregate; |
| 1390 | android_net_res_stats_get_usable_servers; |
Dimitry Ivanov | 54548d8 | 2016-04-27 18:16:16 -0700 | [diff] [blame] | 1391 | malloc_backtrace; |
| 1392 | malloc_disable; |
| 1393 | malloc_enable; |
| 1394 | malloc_iterate; |
Pierre Imai | 97c9d73 | 2016-04-18 12:00:12 +0900 | [diff] [blame] | 1395 | } LIBC_O; |