From bb5581ad6eec40041dab4e961149f7a8a3a83497 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Sat, 9 Oct 2010 17:56:55 +0200 Subject: libc: tag missing functions in system headers. This matches recent changes in the NDK header. We enclose missing functions in #if 0 .. #endif blocks with a clear "MISSING" in comments in order to locate them later. Change-Id: I87b3a62e777897e75c9243360fb0a82bcc53d9fb --- libc/include/sys/mount.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/include/sys/mount.h') 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 -- cgit v1.1