summaryrefslogtreecommitdiffstats
path: root/libasm/asm_newsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'libasm/asm_newsym.c')
-rw-r--r--libasm/asm_newsym.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/libasm/asm_newsym.c b/libasm/asm_newsym.c
index deca08a4..7f522910 100644
--- a/libasm/asm_newsym.c
+++ b/libasm/asm_newsym.c
@@ -41,12 +41,8 @@
AsmSym_t *
-asm_newsym (asmscn, name, size, type, binding)
- AsmScn_t *asmscn;
- const char *name;
- GElf_Xword size;
- int type;
- int binding;
+asm_newsym (AsmScn_t *asmscn, const char *name, GElf_Xword size,
+ int type, int binding)
{
#define TEMPSYMLEN 10
char tempsym[TEMPSYMLEN];