diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 12:49:42 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 12:49:42 -0700 |
commit | 3b550e9e48628300210892c64f1b9c2d940393d5 (patch) | |
tree | 75fce4f10b48057c64601207a12b71f857e4381f /sysdeps/x86_64/sysdep.h | |
parent | dde05f0093424253cea3f7bc19a3c14dee2e65d7 (diff) | |
download | glibc-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.h | 5 |
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 */ |