diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2010-06-10 11:42:27 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-06-12 08:49:15 +0300 |
commit | 0766379d4c58c5c1edc6adc414bfb25fc979b083 (patch) | |
tree | f75949d3ba1ce0d19023871c6a447a061141157e /qemu-os-win32.h | |
parent | 8847cfe8aa9d8f6b8648aafd5d929a57d836cc61 (diff) |
Move chroot handling to OS specific files.
Move chroot handling to OS specific files.
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Acked-by: Juan Quintela <quintela@redhat.com>
Acked-by: Richard Henderson <rth@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-os-win32.h')
-rw-r--r-- | qemu-os-win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-os-win32.h b/qemu-os-win32.h index 70fdca55c..e2a97d2cb 100644 --- a/qemu-os-win32.h +++ b/qemu-os-win32.h @@ -44,5 +44,6 @@ void os_host_main_loop_wait(int *timeout); static inline void os_setup_signal_handling(void) {} static inline void os_change_process_uid(void) {} +static inline void os_change_root(void) {} #endif |