diff options
Diffstat (limited to 'linux-user/syscall.c')
-rw-r--r-- | linux-user/syscall.c | 2 |
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) { |