From 0766379d4c58c5c1edc6adc414bfb25fc979b083 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Thu, 10 Jun 2010 11:42:27 +0200 Subject: Move chroot handling to OS specific files. Move chroot handling to OS specific files. Signed-off-by: Jes Sorensen Acked-by: Juan Quintela Acked-by: Richard Henderson Signed-off-by: Blue Swirl --- qemu-os-posix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu-os-posix.h') diff --git a/qemu-os-posix.h b/qemu-os-posix.h index 6d8cf79..91c7b68 100644 --- a/qemu-os-posix.h +++ b/qemu-os-posix.h @@ -32,5 +32,6 @@ static inline void os_host_main_loop_wait(int *timeout) void os_setup_signal_handling(void); void os_change_process_uid(void); +void os_change_root(void); #endif -- cgit v1.1