diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-08-01 10:29:42 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-08-01 10:29:42 +0000 |
commit | 28e738dcb81dbab7cd3159bdb9acbc0c2607b444 (patch) | |
tree | dc07bc09a0cb781415139e0abf46a30c316a1f06 /bsd-user/elfload.c | |
parent | df3cee1a3a2bfd5747acbf7a056cf89bba8df825 (diff) |
Fix Sparse warning about missing prototype
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'bsd-user/elfload.c')
-rw-r--r-- | bsd-user/elfload.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c index 678f3e6ad9..48ec4ac150 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 |