update tables
[musl-tables] / tab_c11.html
index fe5d55b..effa472 100644 (file)
@@ -1,8 +1,8 @@
 <h3>musl vs c11 api</h3>
-<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=8afa7cf5d00eac6dbfca3da9d8678f32f650a00d">8afa7cf5d00eac6dbfca3da9d8678f32f650a00d</a><br>Date:   2014-03-20 04:41:15 -0400<br><br>    release 1.0.0
+<h4>commit</h4><p>commit <a href="http://git.musl-libc.org/cgit/musl/commit/?id=5edbc6fe13e1e0f27e3d3a20f2582da476f74c4b">5edbc6fe13e1e0f27e3d3a20f2582da476f74c4b</a><br>Date:   2014-09-10 12:47:55 -0400<br><br>    add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE<br>    <br>    as a result of commit ab8f6a6e42ff893041f7545a23e6d6a0edde07fb, this<br>    definition is now equivalent to the actual "default profile" which<br>    appears immediately below in features.h, and which defines both<br>    _BSD_SOURCE and _XOPEN_SOURCE.<br>    <br>    the intent of providing a _DEFAULT_SOURCE, which glibc also now<br>    provides, is to give applications a way to "get back" the default<br>    feature profile when it was lost either by compiler flags that inhibit<br>    it (such as -std=c99) or by library-provided predefined macros (such<br>    as -D_POSIX_C_SOURCE=200809L) which may inhibit exposure of features<br>    that were otherwise visible by default and which the application may<br>    need. without _DEFAULT_SOURCE, the application had encode knowledge of<br>    a particular libc's defaults, and such knowledge was fragile and<br>    subject to bitrot.<br>    <br>    eventually the names _GNU_SOURCE and _BSD_SOURCE should be phased out<br>    in favor of the more-descriptive and more-accurate _ALL_SOURCE and<br>    _DEFAULT_SOURCE, leaving the old names as aliases but using the new<br>    ones internally. however this is a more invasive change that would<br>    require extensive regression testing, so it is deferred.
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul><li>d - macro definition<li>t - typedef<li>s - struct declaration<li>u - union declaration<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(Annex K apis are excluded: -D__STDC_WANT_LIB_EXT1__=0 is assumed)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>c11<tr><th>status<th>sym<th>decl<th>name<th>header<th>proto<th>section
-<tr><td>missing<td>&#160;<td>&#160;<td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n12">d</a> <td>static_assert<td>assert.h<td>&#160;<td>B.1 Diagnostics
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n3">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n6">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/assert.h#n8">d</a> <td>assert<td>assert.h<td>void assert(scalar expression);<td>B.1 Diagnostics
 <tr><td>missing<td>&#160;<td>&#160;<td>imaginary<td>complex.h<td>&#160;<td>B.2 Complex
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n8">d</a> <td>complex<td>complex.h<td>&#160;<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n108">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n101">p</a> <td>crealf<td>complex.h<td>float crealf(float complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n109">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n102">p</a> <td>creall<td>complex.h<td>long double creall(long double complex z);<td>B.2 Complex
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n10">p</a> <td>isalnum<td>ctype.h<td>int isalnum(int c);<td>B.3 Character handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n11">p</a> <td>isalpha<td>ctype.h<td>int isalpha(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n11">p</a> <td>isalpha<td>ctype.h<td>int isalpha(int c);<td>B.3 Character handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n12">p</a> <td>isblank<td>ctype.h<td>int isblank(int c);<td>B.3 Character handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n13">p</a> <td>iscntrl<td>ctype.h<td>int iscntrl(int c);<td>B.3 Character handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n26">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n14">p</a> <td>isdigit<td>ctype.h<td>int isdigit(int c);<td>B.3 Character handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n15">p</a> <td>isgraph<td>ctype.h<td>int isgraph(int c);<td>B.3 Character handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n16">p</a> <td>islower<td>ctype.h<td>int islower(int c);<td>B.3 Character handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n29">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n17">p</a> <td>isprint<td>ctype.h<td>int isprint(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n31">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n14">p</a> <td>isdigit<td>ctype.h<td>int isdigit(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n15">p</a> <td>isgraph<td>ctype.h<td>int isgraph(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n32">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n16">p</a> <td>islower<td>ctype.h<td>int islower(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n17">p</a> <td>isprint<td>ctype.h<td>int isprint(int c);<td>B.3 Character handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n18">p</a> <td>ispunct<td>ctype.h<td>int ispunct(int c);<td>B.3 Character handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n19">p</a> <td>isspace<td>ctype.h<td>int isspace(int c);<td>B.3 Character handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n28">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n20">p</a> <td>isupper<td>ctype.h<td>int isupper(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n19">p</a> <td>isspace<td>ctype.h<td>int isspace(int c);<td>B.3 Character handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n20">p</a> <td>isupper<td>ctype.h<td>int isupper(int c);<td>B.3 Character handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n21">p</a> <td>isxdigit<td>ctype.h<td>int isxdigit(int c);<td>B.3 Character handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n22">p</a> <td>tolower<td>ctype.h<td>int tolower(int c);<td>B.3 Character handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/ctype.h#n23">p</a> <td>toupper<td>ctype.h<td>int toupper(int c);<td>B.3 Character handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n21">p</a> <td>fesetenv<td>fenv.h<td>int fesetenv(const fenv_t *envp);<td>B.5 Floating-point environment
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fenv.h#n22">p</a> <td>feupdateenv<td>fenv.h<td>int feupdateenv(const fenv_t *envp);<td>B.5 Floating-point environment
 <tr><td>&#160;<td>&#160;<td>d <td>FLT_ROUNDS<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n28">d</a> <td>DBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n31">d</a> <td>DBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n8">d</a> <td>FLT_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d d <td>FLT_EVAL_METHOD<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n21">d</a> <td>DBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>missing<td>&#160;<td>&#160;<td>FLT_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n23">d</a> <td>DBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n14">d</a> <td>FLT_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n12">d</a> <td>FLT_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>missing<td>&#160;<td>&#160;<td>DBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n25">d</a> <td>DBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n29">d</a> <td>DBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n27">d</a> <td>DBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n9">d</a> <td>FLT_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>missing<td>&#160;<td>&#160;<td>LDBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n36">d</a> <td>LDBL_HAS_SUBNORM<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n22">d</a> <td>DBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n24">d</a> <td>DBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n4">d</a> <td>FLT_RADIX<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n16">d</a> <td>FLT_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n18">d</a> <td>FLT_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_EPSILON<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n11">d</a> <td>FLT_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n29">d</a> <td>DBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n33">d</a> <td>DBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n7">d</a> <td>FLT_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n24">d</a> <td>DBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n26">d</a> <td>DBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n20">d</a> <td>DBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n22">d</a> <td>DBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MANT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n13">d</a> <td>FLT_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>missing<td>&#160;<td>&#160;<td>FLT_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n26">d</a> <td>DBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n17">d</a> <td>FLT_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n28">d</a> <td>DBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n6">d</a> <td>FLT_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>missing<td>&#160;<td>&#160;<td>DBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n32">d</a> <td>DBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n19">d</a> <td>DBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>missing<td>&#160;<td>&#160;<td>LDBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n17">d</a> <td>FLT_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n21">d</a> <td>DBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n37">d</a> <td>LDBL_DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n19">d</a> <td>FLT_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_TRUE_MIN<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>DECIMAL_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n30">d</a> <td>DBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n15">d</a> <td>FLT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n34">d</a> <td>DBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/float.h#n16">d</a> <td>FLT_DIG<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td>d <td>LDBL_MAX_10_EXP<td>float.h<td>&#160;<td>B.6 Characteristics of floating types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n14">t</a> <td>imaxdiv_t<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/inttypes.h#n33">d</a> <td>PRId8<td>inttypes.h<td>&#160;<td>B.7 Format conversion of integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n16">t</a> <td>jmp_buf<td>setjmp.h<td>&#160;<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n32">p</a> <td>setjmp<td>setjmp.h<td>int setjmp(jmp_buf env);<td>B.12 Nonlocal jumps
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/setjmp.h#n33">p</a> <td>longjmp<td>setjmp.h<td>_Noreturn void longjmp(jmp_buf env, int val);<td>B.12 Nonlocal jumps
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n239">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n237">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n244">t</a> <td>sig_atomic_t<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n242">d</a> <td>SIG_IGN<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGILL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGTERM<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n236">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n241">d</a> <td>SIG_DFL<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGABRT<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGINT<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n235">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n240">d</a> <td>SIG_ERR<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGFPE<td>signal.h<td>&#160;<td>B.13 Signal handling
 <tr><td>&#160;<td>&#160;<td>d <td>SIGSEGV<td>signal.h<td>&#160;<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n241">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n242">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n10">d</a> <td>alignas<td>stdalign.h<td>&#160;<td>B.14 Alignment
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n12">d</a> <td>__alignas_is_defined<td>stdalign.h<td>&#160;<td>B.14 Alignment
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n246">p</a> <td>signal<td>signal.h<td>void (*signal(int sig, void (*func)(int)))(int);<td>B.13 Signal handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/signal.h#n247">p</a> <td>raise<td>signal.h<td>int raise(int sig);<td>B.13 Signal handling
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n12">d</a> <td>alignas<td>stdalign.h<td>&#160;<td>B.14 Alignment
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdalign.h#n17">d</a> <td>__alignas_is_defined<td>stdalign.h<td>&#160;<td>B.14 Alignment
 <tr><td>&#160;<td>&#160;<td>t t v v <td>va_list<td>stdarg.h<td>&#160;<td>B.15 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n15">d</a> <td>va_arg<td>stdarg.h<td>type va_arg(va_list ap, type);<td>B.15 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdarg.h#n16">d</a> <td>va_copy<td>stdarg.h<td>void va_copy(va_list dest, va_list src);<td>B.15 Variable arguments
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n7">d</a> <td>false<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdbool.h#n12">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.17 Boolean type and values
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n3">v</a> t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
-<tr><td>missing<td>&#160;<td>&#160;<td>max_align_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td>t v <td>max_align_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n39">d</a> <td>NULL<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td>t t <td>wchar_t<td>stddef.h<td>&#160;<td>B.18 Common definitions
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n17">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n19">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.18 Common definitions
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n20">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n22">d</a> <td>offsetof<td>stddef.h<td>offsetof(type, member-designator)<td>B.18 Common definitions
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n9">v</a> t <td>int8_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n10">v</a> t <td>int16_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n11">v</a> t <td>int32_t<td>stdint.h<td>&#160;<td>B.19 Integer types
 <tr><td>&#160;<td>R<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n61">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n57">x</a> <td>stderr<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n53">t</a> <td>fpos_t<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n44">d</a> <td>BUFSIZ<td>stdio.h<td>&#160;<td>B.20 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n71">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n74">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n15">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n75">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n78">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n34">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n15">d</a> <td>SEEK_CUR<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>R<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n59">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n55">x</a> <td>stdin<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n39">d</a> <td>NULL<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n30">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n31">d</a> <td>EOF<td>stdio.h<td>&#160;<td>B.20 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n72">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n75">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n16">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n76">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n79">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n35">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n38">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n16">d</a> <td>SEEK_END<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>R<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n60">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n56">x</a> <td>stdout<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n40">d</a> <td>_IOFBF<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n46">d</a> <td>FOPEN_MAX<td>stdio.h<td>&#160;<td>B.20 Input/output
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n70">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n73">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n14">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.20 Input/output
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n74">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/fcntl.h#n77">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n33">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n36">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n14">d</a> <td>SEEK_SET<td>stdio.h<td>&#160;<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n67">p</a> <td>remove<td>stdio.h<td>int remove(const char *filename);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n68">p</a> <td>rename<td>stdio.h<td>int rename(const char *old, const char *new);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n125">p</a> <td>tmpfile<td>stdio.h<td>FILE *tmpfile(void);<td>B.20 Input/output
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n35">p</a> <td>rand<td>stdlib.h<td>int rand(void);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n36">p</a> <td>srand<td>stdlib.h<td>void srand(unsigned int seed);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n42">p</a> <td>aligned_alloc<td>stdlib.h<td>void *aligned_alloc(size_t alignment, size_t size);<td>B.21 General utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n73">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n39">p</a> <td>calloc<td>stdlib.h<td>void *calloc(size_t nmemb, size_t size);<td>B.21 General utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n74">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n41">p</a> <td>free<td>stdlib.h<td>void free(void *ptr);<td>B.21 General utilities
-<tr><td>&#160;<td>TW<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n38">p</a> <td>malloc<td>stdlib.h<td>void *malloc(size_t size);<td>B.21 General utilities
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n40">p</a> <td>realloc<td>stdlib.h<td>void *realloc(void *ptr, size_t size);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n13">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n74">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n39">p</a> <td>calloc<td>stdlib.h<td>void *calloc(size_t nmemb, size_t size);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n15">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n75">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n41">p</a> <td>free<td>stdlib.h<td>void free(void *ptr);<td>B.21 General utilities
+<tr><td>&#160;<td>TW<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n12">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n38">p</a> <td>malloc<td>stdlib.h<td>void *malloc(size_t size);<td>B.21 General utilities
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/malloc.h#n14">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n40">p</a> <td>realloc<td>stdlib.h<td>void *realloc(void *ptr, size_t size);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n44">p</a> <td>abort<td>stdlib.h<td>_Noreturn void abort(void);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n45">p</a> <td>atexit<td>stdlib.h<td>int atexit(void (*func)(void));<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n48">p</a> <td>at_quick_exit<td>stdlib.h<td>int at_quick_exit(void (*func)(void));<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n72">p</a> <td>wctomb<td>stdlib.h<td>int wctomb(char *s, wchar_t wchar);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n73">p</a> <td>mbstowcs<td>stdlib.h<td>size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n);<td>B.21 General utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n74">p</a> <td>wcstombs<td>stdlib.h<td>size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n);<td>B.21 General utilities
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdnoreturn.h#n4">d</a> <td>noreturn<td>stdnoreturn.h<td>&#160;<td>B.22 _Noreturn
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/stdnoreturn.h#n5">d</a> <td>noreturn<td>stdnoreturn.h<td>&#160;<td>B.22 _Noreturn
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>string.h<td>&#160;<td>B.23 String handling
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n39">d</a> <td>NULL<td>string.h<td>&#160;<td>B.23 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n71">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n72">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n25">p</a> <td>memcpy<td>string.h<td>void *memcpy(void * restrict s1, const void * restrict s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n26">p</a> <td>memmove<td>string.h<td>void *memmove(void *s1, const void *s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n31">p</a> <td>strcpy<td>string.h<td>char *strcpy(char * restrict s1, const char * restrict s2);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n32">p</a> <td>strncpy<td>string.h<td>char *strncpy(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n34">p</a> <td>strcat<td>string.h<td>char *strcat(char * restrict s1, const char * restrict s2);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n35">p</a> <td>strncat<td>string.h<td>char *strncat(char * restrict s1, const char * restrict s2, size_t n);<td>B.23 String handling
-<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n72">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n28">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.23 String handling
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/sched.h#n73">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n28">p</a> <td>memcmp<td>string.h<td>int memcmp(const void *s1, const void *s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n37">p</a> <td>strcmp<td>string.h<td>int strcmp(const char *s1, const char *s2);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n40">p</a> <td>strcoll<td>string.h<td>int strcoll(const char *s1, const char *s2);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n38">p</a> <td>strncmp<td>string.h<td>int strncmp(const char *s1, const char *s2, size_t n);<td>B.23 String handling
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n211">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n173">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n236">d</a> <td>fmin<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/math.h#n283">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n189">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n252">d</a> <td>nearbyint<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n107">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/complex.h#n100">p</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n162">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/tgmath.h#n225">d</a> <td>creal<td>tgmath.h<td>&#160;<td>B.24 Type-generic math
-<tr><td>missing<td>&#160;<td>&#160;<td>thread_local<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>once_flag<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>ONCE_FLAG_INIT<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n12">d</a> <td>thread_local<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n15">t</a> <td>once_flag<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n41">d</a> <td>ONCE_FLAG_INIT<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_plain<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>TSS_DTOR_ITERATIONS<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n25">d</a> <td>TSS_DTOR_ITERATIONS<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_recursive<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>cnd_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td>t v <td>cnd_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>mtx_timed<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n11">t</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n9">t</a> <td>thrd_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_timedout<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>tss_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n16">t</a> <td>tss_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_success<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>mtx_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td>t v <td>mtx_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_busy<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>tss_dtor_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n18">t</a> <td>tss_dtor_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_error<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_start_t<td>threads.h<td>&#160;<td>B.25 Threads
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n17">t</a> <td>thrd_start_t<td>threads.h<td>&#160;<td>B.25 Threads
 <tr><td>missing<td>&#160;<td>&#160;<td>thrd_nomem<td>threads.h<td>&#160;<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>call_once<td>threads.h<td>void call_once(once_flag *flag, void (*func)(void));<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>cnd_broadcast<td>threads.h<td>int cnd_broadcast(cnd_t *cond);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>cnd_destroy<td>threads.h<td>void cnd_destroy(cnd_t *cond);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>cnd_init<td>threads.h<td>int cnd_init(cnd_t *cond);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>cnd_signal<td>threads.h<td>int cnd_signal(cnd_t *cond);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>cnd_timedwait<td>threads.h<td>int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>cnd_wait<td>threads.h<td>int cnd_wait(cnd_t *cond, mtx_t *mtx);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>mtx_destroy<td>threads.h<td>void mtx_destroy(mtx_t *mtx);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>mtx_init<td>threads.h<td>int mtx_init(mtx_t *mtx, int type);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>mtx_lock<td>threads.h<td>int mtx_lock(mtx_t *mtx);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>mtx_timedlock<td>threads.h<td>int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>mtx_trylock<td>threads.h<td>int mtx_trylock(mtx_t *mtx);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>mtx_unlock<td>threads.h<td>int mtx_unlock(mtx_t *mtx);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_create<td>threads.h<td>int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_current<td>threads.h<td>thrd_t thrd_current(void);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_detach<td>threads.h<td>int thrd_detach(thrd_t thr);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_equal<td>threads.h<td>int thrd_equal(thrd_t thr0, thrd_t thr1);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_exit<td>threads.h<td>_Noreturn void thrd_exit(int res);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_join<td>threads.h<td>int thrd_join(thrd_t thr, int *res);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_sleep<td>threads.h<td>int thrd_sleep(const struct timespec *duration, struct timespec *remaining);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>thrd_yield<td>threads.h<td>void thrd_yield(void);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>tss_create<td>threads.h<td>int tss_create(tss_t *key, tss_dtor_t dtor);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>tss_delete<td>threads.h<td>void tss_delete(tss_t key);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>tss_get<td>threads.h<td>void *tss_get(tss_t key);<td>B.25 Threads
-<tr><td>missing<td>&#160;<td>&#160;<td>tss_set<td>threads.h<td>int tss_set(tss_t key, void *val);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n56">p</a> <td>call_once<td>threads.h<td>void call_once(once_flag *flag, void (*func)(void));<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n69">p</a> <td>cnd_broadcast<td>threads.h<td>int cnd_broadcast(cnd_t *cond);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n67">p</a> <td>cnd_destroy<td>threads.h<td>void cnd_destroy(cnd_t *cond);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n66">p</a> <td>cnd_init<td>threads.h<td>int cnd_init(cnd_t *cond);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n70">p</a> <td>cnd_signal<td>threads.h<td>int cnd_signal(cnd_t *cond);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n72">p</a> <td>cnd_timedwait<td>threads.h<td>int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n73">p</a> <td>cnd_wait<td>threads.h<td>int cnd_wait(cnd_t *cond, mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n59">p</a> <td>mtx_destroy<td>threads.h<td>void mtx_destroy(mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n58">p</a> <td>mtx_init<td>threads.h<td>int mtx_init(mtx_t *mtx, int type);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n61">p</a> <td>mtx_lock<td>threads.h<td>int mtx_lock(mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n62">p</a> <td>mtx_timedlock<td>threads.h<td>int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n63">p</a> <td>mtx_trylock<td>threads.h<td>int mtx_trylock(mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n64">p</a> <td>mtx_unlock<td>threads.h<td>int mtx_unlock(mtx_t *mtx);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n43">p</a> <td>thrd_create<td>threads.h<td>int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);<td>B.25 Threads
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n52">p</a> <td>thrd_current<td>threads.h<td>thrd_t thrd_current(void);<td>B.25 Threads
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n46">p</a> <td>thrd_detach<td>threads.h<td>int thrd_detach(thrd_t thr);<td>B.25 Threads
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n54">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n53">p</a> <td>thrd_equal<td>threads.h<td>int thrd_equal(thrd_t thr0, thrd_t thr1);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n44">p</a> <td>thrd_exit<td>threads.h<td>_Noreturn void thrd_exit(int res);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n47">p</a> <td>thrd_join<td>threads.h<td>int thrd_join(thrd_t thr, int *res);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n49">p</a> <td>thrd_sleep<td>threads.h<td>int thrd_sleep(const struct timespec *duration, struct timespec *remaining);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n50">p</a> <td>thrd_yield<td>threads.h<td>void thrd_yield(void);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n75">p</a> <td>tss_create<td>threads.h<td>int tss_create(tss_t *key, tss_dtor_t dtor);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n76">p</a> <td>tss_delete<td>threads.h<td>void tss_delete(tss_t key);<td>B.25 Threads
+<tr><td>&#160;<td>W<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n79">p</a> <td>tss_get<td>threads.h<td>void *tss_get(tss_t key);<td>B.25 Threads
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/threads.h#n78">p</a> <td>tss_set<td>threads.h<td>int tss_set(tss_t key, void *val);<td>B.25 Threads
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/locale.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n5">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stddef.h#n7">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n25">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdio.h#n27">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/stdlib.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/string.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n11">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n13">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n19">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/unistd.h#n21">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n37">d</a> <a href="http://git.musl-libc.org/cgit/musl/tree/include/wchar.h#n39">d</a> <td>NULL<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n1">v</a> t <td>size_t<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>s <td>struct timespec<td>time.h<td>&#160;<td>B.26 Date and time
-<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n63">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n64">d</a> <td>CLOCKS_PER_SEC<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/alltypes.h.in#n35">v</a> t <td>clock_t<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n38">s</a> <td>struct tm<td>time.h<td>&#160;<td>B.26 Date and time
-<tr><td>missing<td>&#160;<td>&#160;<td>TIME_UTC<td>time.h<td>&#160;<td>B.26 Date and time
+<tr><td>&#160;<td>&#160;<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n66">d</a> <td>TIME_UTC<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>&#160;<td>t v <td>time_t<td>time.h<td>&#160;<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n53">p</a> <td>clock<td>time.h<td>clock_t clock(void);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n55">p</a> <td>difftime<td>time.h<td>double difftime(time_t time1, time_t time0);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n56">p</a> <td>mktime<td>time.h<td>time_t mktime(struct tm *timeptr);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n54">p</a> <td>time<td>time.h<td>time_t time(time_t *timer);<td>B.26 Date and time
-<tr><td>missing<td>&#160;<td>&#160;<td>timespec_get<td>time.h<td>int timespec_get(timespec *ts, int base);<td>B.26 Date and time
+<tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n62">p</a> <td>timespec_get<td>time.h<td>int timespec_get(timespec *ts, int base);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n60">p</a> <td>asctime<td>time.h<td>char *asctime(const struct tm *timeptr);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n61">p</a> <td>ctime<td>time.h<td>char *ctime(const time_t *timer);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/time.h#n58">p</a> <td>gmtime<td>time.h<td>struct tm *gmtime(const time_t *timer);<td>B.26 Date and time
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n40">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.29 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.musl-libc.org/cgit/musl/tree/include/wctype.h#n43">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.29 Wide character classification and mapping utilities
 </table>
-<h4>stats</h4><ul><li>missing: 150<li>nosym: 0<li>nodecl: 0</ul>
+<h4>stats</h4><ul><li>missing: 105<li>nosym: 0<li>nodecl: 0</ul>