aboutsummaryrefslogtreecommitdiffstats
path: root/libc/libc.x86.map
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-08-24 16:31:49 -0700
committerElliott Hughes <enh@google.com>2017-08-24 16:31:49 -0700
commit896362eb0e82bcde71c137c925eae9e0882acb91 (patch)
tree3c4b2fb6e1626a2b377c93bd925f4f0fb4e02a9c /libc/libc.x86.map
parent96c577c48284c376ec065f2b3a2d2987a7eeff5c (diff)
downloadandroid_bionic-896362eb0e82bcde71c137c925eae9e0882acb91.tar.gz
android_bionic-896362eb0e82bcde71c137c925eae9e0882acb91.tar.bz2
android_bionic-896362eb0e82bcde71c137c925eae9e0882acb91.zip
Add syncfs(2).
GMM calls this system call directly at the moment. That's silly. Bug: http://b/36405699 Test: ran tests Change-Id: I1e14c0e5ce0bc2aa888d884845ac30dc20f13cd5
Diffstat (limited to 'libc/libc.x86.map')
-rw-r--r--libc/libc.x86.map7
1 files changed, 4 insertions, 3 deletions
diff --git a/libc/libc.x86.map b/libc/libc.x86.map
index bd74fbe46..5f27643c2 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -1302,9 +1302,10 @@ LIBC_O {
LIBC_P {
global:
- __freading; # future
- __fwriting; # future
- getlogin_r; # future
+ __freading; # introduced=P
+ __fwriting; # introduced=P
+ getlogin_r; # introduced=P
+ syncfs; # introduced=P
} LIBC_O;
LIBC_PRIVATE {