diff options
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 */ |