mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Make os_change_process_uid and os_change_root os-posix.c local
os_change_process_uid() and os_change_root() are now only called from os-posix.c, so no need to keep win32 stubs for them. 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>
This commit is contained in:
@@ -31,8 +31,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);
|
||||
void os_daemonize(void);
|
||||
void os_setup_post(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user