diff options
| -rw-r--r-- | libc/sysdeps/linux/i386/sysdep.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/sysdep.h b/libc/sysdeps/linux/i386/sysdep.h index 73541de0c..b06d392a2 100644 --- a/libc/sysdeps/linux/i386/sysdep.h +++ b/libc/sysdeps/linux/i386/sysdep.h @@ -146,6 +146,8 @@ __x86.get_pc_thunk.reg:						      \  #endif  #endif +/* Avoid conflics with thunk section */ +#undef __i686  #endif	/* __ASSEMBLER__ */  #ifndef offsetof  | 
