From 28e738dcb81dbab7cd3159bdb9acbc0c2607b444 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 1 Aug 2009 10:29:42 +0000 Subject: Fix Sparse warning about missing prototype Signed-off-by: Blue Swirl --- bsd-user/elfload.c | 2 -- bsd-user/qemu.h | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'bsd-user') diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c index 678f3e6ad..48ec4ac15 100644 --- a/bsd-user/elfload.c +++ b/bsd-user/elfload.c @@ -545,8 +545,6 @@ static inline void memcpy_fromfs(void * to, const void * from, unsigned long n) memcpy(to, from, n); } -extern unsigned long x86_stack_size; - static int load_aout_interp(void * exptr, int interp_fd); #ifdef BSWAP_NEEDED diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 822a21445..d37561138 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -193,6 +193,9 @@ void mmap_fork_start(void); void mmap_fork_end(int child); #endif +/* main.c */ +extern unsigned long x86_stack_size; + /* user access */ #define VERIFY_READ 0 -- cgit v1.2.3