commit | 5ba2c21159f0bb4c0f7f1fbdbd4671f381b75816 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 01 15:16:36 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 01 15:27:27 2017 -0700 |
tree | 6e4626b224d4105a66be2dfc265b982badf7ca3f | |
parent | 1bac61f09f46ac3c0a73387613dfd20023e39772 [diff] [blame] |
Finish <stdio_ext.h>. Implement __freading and __fwriting, and clarify the documentation that was the cause of these not being implemented for years. Bug: http://b/17157253 Test: ran tests Change-Id: I89542c8131b13889e2585417a024050ecf2abcb7
diff --git a/libc/libc.arm.map b/libc/libc.arm.map index d79e36b..06856c8 100644 --- a/libc/libc.arm.map +++ b/libc/libc.arm.map
@@ -1320,6 +1320,8 @@ LIBC_P { global: + __freading; # future + __fwriting; # future getlogin_r; # future } LIBC_O;