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
diff --git a/libc/libc.mips.map b/libc/libc.mips.map
index 3fa7c9d..051afaf 100644
--- a/libc/libc.mips.map
+++ b/libc/libc.mips.map
@@ -1304,9 +1304,10 @@
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 {