chromium 11.0.969.72
[chromium.git] / patches / patch-native__client_src_trusted_service__runtime_arch_x86_sel__ldr__x86.h
1 $NetBSD$
2
3 --- native_client/src/trusted/service_runtime/arch/x86/sel_ldr_x86.h.orig       2011-04-13 08:13:10.000000000 +0000
4 +++ native_client/src/trusted/service_runtime/arch/x86/sel_ldr_x86.h
5 @@ -14,6 +14,9 @@
6  # define LDT_ENTRIES 8192
7  #elif NACL_LINUX
8  # include <asm/ldt.h>
9 +#ifndef LDT_ENTRIES
10 +# define LDT_ENTRIES 8192
11 +#endif
12  #endif
13  
14  #include "native_client/src/trusted/service_runtime/arch/x86/nacl_ldt_x86.h"