From 7c966f52428c61761fb1eda7cbee90cf400666bc Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 16 Apr 2011 01:46:36 +0200 Subject: pivot_root.c: move prototype into guard Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/pivot_root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/pivot_root.c') diff --git a/libc/sysdeps/linux/common/pivot_root.c b/libc/sysdeps/linux/common/pivot_root.c index 0e738d53f..78f71efa4 100644 --- a/libc/sysdeps/linux/common/pivot_root.c +++ b/libc/sysdeps/linux/common/pivot_root.c @@ -9,7 +9,7 @@ #include -int pivot_root(const char *new_root, const char *put_old); #ifdef __NR_pivot_root +int pivot_root(const char *new_root, const char *put_old); _syscall2(int, pivot_root, const char *, new_root, const char *, put_old) #endif -- cgit v1.2.3