commit | 457852666cb870a844df016962fac487cb5e7559 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 14 15:21:45 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 14 15:25:21 2018 -0800 |
tree | b6d5ea190fca3841b956dc1cbe714fdef8982655 | |
parent | 38a78728c343f6398763ae8d7e3e8202b927a056 [diff] [blame] |
Add __fseterr. Trivial, obvious counterpart to the standard ferror(3) and clearerr(3), and lets us build bison out of the box. Bug: http://b/64273806 Test: ran tests Change-Id: I20affabddb71210051165c41e86adfe5ae04f77f
diff --git a/libc/libc.arm.map b/libc/libc.arm.map index 4586fdac..dc0eb93 100644 --- a/libc/libc.arm.map +++ b/libc/libc.arm.map
@@ -1322,6 +1322,7 @@ global: __freading; __free_hook; + __fseterr; __fwriting; __malloc_hook; __memalign_hook;