summaryrefslogtreecommitdiffstats
path: root/libc/include/sys/mount.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-10-11 06:01:52 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-10-11 06:01:52 -0700
commitb8d2233e8abc30f33be7d7acc7f3ef6e6aabebac (patch)
tree904d813773fc93bc9e4efe6767457fea809ddeb8 /libc/include/sys/mount.h
parent5b81b918173b4bf446c1a85240c094e4dd77231f (diff)
parentbb5581ad6eec40041dab4e961149f7a8a3a83497 (diff)
downloadbionic-b8d2233e8abc30f33be7d7acc7f3ef6e6aabebac.zip
bionic-b8d2233e8abc30f33be7d7acc7f3ef6e6aabebac.tar.gz
bionic-b8d2233e8abc30f33be7d7acc7f3ef6e6aabebac.tar.bz2
Merge "libc: tag missing functions in system headers." into gingerbread
Diffstat (limited to 'libc/include/sys/mount.h')
-rw-r--r--libc/include/sys/mount.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/include/sys/mount.h b/libc/include/sys/mount.h
index 62c4ee2..ba88447 100644
--- a/libc/include/sys/mount.h
+++ b/libc/include/sys/mount.h
@@ -92,7 +92,10 @@ extern int mount(const char *, const char *,
const void *);
extern int umount(const char *);
extern int umount2(const char *, int);
+
+#if 0 /* MISSING FROM BIONIC */
extern int pivot_root(const char *, const char *);
+#endif /* MISSING */
__END_DECLS