aboutsummaryrefslogtreecommitdiffstats
path: root/libc/libc.x86.map
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-04-05 23:01:42 -0700
committerElliott Hughes <enh@google.com>2016-04-06 11:06:09 -0700
commiteafad49bd6a0e6ca63ae0a5577d3ef7a45713107 (patch)
tree495cbef3d47cb818b28a2768a3e9e43ac004dea2 /libc/libc.x86.map
parent66606ff84c079e95c03a61cc8bcfb08261a5a173 (diff)
downloadandroid_bionic-eafad49bd6a0e6ca63ae0a5577d3ef7a45713107.tar.gz
android_bionic-eafad49bd6a0e6ca63ae0a5577d3ef7a45713107.tar.bz2
android_bionic-eafad49bd6a0e6ca63ae0a5577d3ef7a45713107.zip
Add <sys/quota.h>.
It turns out that at least the Nexus 9 kernel is built without CONFIG_QUOTA. If we decide we're going to mandate quota functionality, I'm happy for us to be a part of CTS that ensures that happens, but I don't want to be first, so there's not much to test here other than "will it compile?". The strace output looks right though. Bug: http://b/27948821 Bug: http://b/27952303 Change-Id: If667195eee849ed17c8fa9110f6b02907fc8fc04
Diffstat (limited to 'libc/libc.x86.map')
-rw-r--r--libc/libc.x86.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/libc.x86.map b/libc/libc.x86.map
index 9a38ee90c..9b65cbf74 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -1260,6 +1260,7 @@ LIBC_O {
getsubopt;
hasmntopt;
pthread_getname_np;
+ quotactl;
setdomainname;
sighold;
sigignore;