aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ld.h')
-rw-r--r--ld/ld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.h b/ld/ld.h
index f5e031b..b8273a4 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -87,7 +87,7 @@ typedef enum {sort_none, sort_ascending, sort_descending} sort_order;
typedef enum {
none, by_name, by_alignment, by_name_alignment, by_alignment_name,
- by_init_priority
+ by_none, by_init_priority
} sort_type;
extern sort_type sort_section;