summaryrefslogtreecommitdiff
path: root/bsd-user/qemu.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-08-15 07:51:59 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-08-15 07:51:59 +0000
commit370220865b8f3451a5d2caac8f38b3fd08818bf8 (patch)
tree74c39fb24338eb2bdc7e3627c4d57104f3d90b02 /bsd-user/qemu.h
parent0bf5e443bdf13a42824b3a65ed92f0a8540fc0bf (diff)
downloadqemu-370220865b8f3451a5d2caac8f38b3fd08818bf8.tar.gz
user: compile path.c only once
Also merge bsd-user/path.c and linux-user/path.c. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r--bsd-user/qemu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index d375611383..cbee3e72fe 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -137,8 +137,6 @@ abi_long do_openbsd_syscall(void *cpu_env, int num, abi_long arg1,
void gemu_log(const char *fmt, ...) __attribute__((format(printf,1,2)));
extern THREAD CPUState *thread_env;
void cpu_loop(CPUState *env, enum BSDType bsd_type);
-void init_paths(const char *prefix);
-const char *path(const char *pathname);
char *target_strerror(int err);
int get_osversion(void);
void fork_start(void);