summaryrefslogtreecommitdiff
path: root/libc/include/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/a.out.h')
-rw-r--r--libc/include/a.out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/a.out.h b/libc/include/a.out.h
index f6a7b94..bd58346 100644
--- a/libc/include/a.out.h
+++ b/libc/include/a.out.h
@@ -90,7 +90,7 @@ struct reloc {
#define S_BSS ((unsigned short)-4)
struct nlist { /* symbol table entry */
- char n_name[24]; /* symbol name */
+ char n_name[8]; /* symbol name */
long n_value; /* value */
unsigned char n_sclass; /* storage class */
unsigned char n_numaux; /* number of auxiliary entries (not used) */