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