commit | fa386e0d1eb52478f11b7232d280919245c1616c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 18 13:34:32 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Oct 18 13:34:32 2017 -0700 |
tree | fcfb7d65c39ec91e1b1ec5bedeefe806861d21c4 | |
parent | ab9dc08bdd60d3709e1bce555625d923b32812be [diff] [blame] |
Add POSIX swab. Surprisingly to me, there are actual uses of `swab` in the codebases I have available to search, including one with a #ifndef __ANDROID__ around it. Bug: N/A Test: ran tests Change-Id: Ic91b78ae22bb65c346cb46dd38916f48d979abe0
diff --git a/libc/libc.mips.map b/libc/libc.mips.map index a32131f..8a525bc 100644 --- a/libc/libc.mips.map +++ b/libc/libc.mips.map
@@ -1350,6 +1350,7 @@ sethostent; setnetent; setprotoent; + swab; syncfs; } LIBC_O;