summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
diff options
context:
space:
mode:
authorblueswir12008-10-26 14:43:07 +0100
committerblueswir12008-10-26 14:43:07 +0100
commitb1d8e52e636fd2c137e5abb2d59b331473e0930d (patch)
treeb9fe10850b589a60f5dade8cdf3407c67428127b /linux-user/syscall.c
parentFix incorrect use of pstrcpy (malc) (diff)
downloadqemu-b1d8e52e636fd2c137e5abb2d59b331473e0930d.tar.gz
qemu-b1d8e52e636fd2c137e5abb2d59b331473e0930d.tar.xz
qemu-b1d8e52e636fd2c137e5abb2d59b331473e0930d.zip
Fix undeclared symbol warnings from sparse
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5539 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/syscall.c')
-rw-r--r--linux-user/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 29254a2705..44fbc7ca62 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -2500,7 +2500,7 @@ static bitmask_transtbl fcntl_flags_tbl[] = {
#if defined(TARGET_I386)
/* NOTE: there is really one LDT for all the threads */
-uint8_t *ldt_table;
+static uint8_t *ldt_table;
static abi_long read_ldt(abi_ulong ptr, unsigned long bytecount)
{