summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/_glibc_inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/x86_64/_glibc_inc.h')
-rw-r--r--libc/string/x86_64/_glibc_inc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/string/x86_64/_glibc_inc.h b/libc/string/x86_64/_glibc_inc.h
index 88cef2ea3..415ce90a7 100644
--- a/libc/string/x86_64/_glibc_inc.h
+++ b/libc/string/x86_64/_glibc_inc.h
@@ -6,15 +6,8 @@
#include <features.h>
#include <bits/wordsize.h>
-#if __WORDSIZE == 32
-# define ENTRY_ALIGN 4
-#else
-# define ENTRY_ALIGN 2
-#endif
-
#define ENTRY(sym) \
.global sym; \
- .align ENTRY_ALIGN; \
.type sym,%function; \
sym: