aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/i386')
-rw-r--r--sysdeps/unix/i386/sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/i386/sysdep.h b/sysdeps/unix/i386/sysdep.h
index 46f2886c4a..7fd77dd936 100644
--- a/sysdeps/unix/i386/sysdep.h
+++ b/sysdeps/unix/i386/sysdep.h
@@ -29,7 +29,7 @@ Cambridge, MA 02139, USA. */
/* For ELF we need the `.type' directive to make shared libs work right. */
#ifdef HAVE_ELF
-#define ASM_TYPE_DIRECTIVE(name,type) .type name,type;
+#define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg;
#else
#define ASM_TYPE_DIRECTIVE(name,type) /* Nothing is specified. */
#endif