From 3b550e9e48628300210892c64f1b9c2d940393d5 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 15 May 2012 12:49:42 -0700 Subject: Add sysdeps/x86_64/x32/sysdep.h --- sysdeps/x86_64/sysdep.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps/x86_64/sysdep.h') diff --git a/sysdeps/x86_64/sysdep.h b/sysdeps/x86_64/sysdep.h index e34d7a9444..af69499759 100644 --- a/sysdeps/x86_64/sysdep.h +++ b/sysdeps/x86_64/sysdep.h @@ -16,6 +16,9 @@ License along with the GNU C Library; if not, see . */ +#ifndef _X86_64_SYSDEP_H +#define _X86_64_SYSDEP_H 1 + #include #ifdef __ASSEMBLER__ @@ -152,3 +155,5 @@ lose: \ #define R15_LP "r15" #endif /* __ASSEMBLER__ */ + +#endif /* _X86_64_SYSDEP_H */ -- cgit 1.4.1