aboutsummaryrefslogtreecommitdiffstats
path: root/libc/libc.x86.map
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-10-30 17:47:12 -0700
committerElliott Hughes <enh@google.com>2017-10-31 13:23:41 -0700
commit37ad9597839c70a7ec79578e5072df9c189fc830 (patch)
treef1f70a143c99b072b040f5592f1b42da464b35f8 /libc/libc.x86.map
parente379a202504911d228ae07d9ba32c5a02274fe1d (diff)
downloadandroid_bionic-37ad9597839c70a7ec79578e5072df9c189fc830.tar.gz
android_bionic-37ad9597839c70a7ec79578e5072df9c189fc830.tar.bz2
android_bionic-37ad9597839c70a7ec79578e5072df9c189fc830.zip
More missing _unlocked <stdio.h> functions.
Also simplify trivial one-liners like perror/puts/fputs, and clean up fread/fwrite slightly. Fix perror to match POSIX. Add basic perror and *_unlocked tests. Bug: N/A Test: ran tests Change-Id: I63f83c8e0c15c3c4096509d17421ac331b6fc23d
Diffstat (limited to 'libc/libc.x86.map')
-rw-r--r--libc/libc.x86.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/libc.x86.map b/libc/libc.x86.map
index a802aa1a3..27b9743de 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -1308,6 +1308,13 @@ LIBC_P { # introduced=P
endnetent;
endprotoent;
fexecve;
+ fflush_unlocked;
+ fgetc_unlocked;
+ fgets_unlocked;
+ fputc_unlocked;
+ fputs_unlocked;
+ fread_unlocked;
+ fwrite_unlocked;
getentropy;
getnetent;
getprotoent;