]> git.proxmox.com Git - qemu.git/blobdiff - linux-user/syscall.c
Fix undeclared symbol warnings from sparse
[qemu.git] / linux-user / syscall.c
index 29254a2705739dfe3045ba8670f2db419b685a29..44fbc7ca624e4288646a2b6429e1caed36c1661c 100644 (file)
@@ -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)
 {