summaryrefslogtreecommitdiffstats
path: root/libc/include/sys/mount.h
diff options
context:
space:
mode:
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