about summary refs log tree commit diff
path: root/sysdeps/x86_64/sysdep.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-15 12:49:42 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-15 12:49:42 -0700
commit3b550e9e48628300210892c64f1b9c2d940393d5 (patch)
tree75fce4f10b48057c64601207a12b71f857e4381f /sysdeps/x86_64/sysdep.h
parentdde05f0093424253cea3f7bc19a3c14dee2e65d7 (diff)
downloadglibc-3b550e9e48628300210892c64f1b9c2d940393d5.tar.gz
glibc-3b550e9e48628300210892c64f1b9c2d940393d5.tar.xz
glibc-3b550e9e48628300210892c64f1b9c2d940393d5.zip
Add sysdeps/x86_64/x32/sysdep.h
Diffstat (limited to 'sysdeps/x86_64/sysdep.h')
-rw-r--r--sysdeps/x86_64/sysdep.h5
1 files changed, 5 insertions, 0 deletions
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
    <http://www.gnu.org/licenses/>.  */
 
+#ifndef _X86_64_SYSDEP_H
+#define _X86_64_SYSDEP_H 1
+
 #include <sysdeps/generic/sysdep.h>
 
 #ifdef	__ASSEMBLER__
@@ -152,3 +155,5 @@ lose:									      \
 #define R15_LP	"r15"
 
 #endif	/* __ASSEMBLER__ */
+
+#endif	/* _X86_64_SYSDEP_H */