diff options
author | Richard Braun <rbraun@sceen.net> | 2017-04-09 16:41:18 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-04-10 10:17:44 +0200 |
commit | 4fa47c00671f9bd9ff77e01236aaff0a0e5ada82 (patch) | |
tree | 6d9eac9642daecfd79fd615885b09c4b2862db20 /kern/init.h | |
parent | a6eb4749435c116e9f2611abb401959834ef805d (diff) |
Rename section end symbols
Diffstat (limited to 'kern/init.h')
-rw-r--r-- | kern/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/init.h b/kern/init.h index 6f33edc8..62fecf40 100644 --- a/kern/init.h +++ b/kern/init.h @@ -36,7 +36,7 @@ * Boundaries of the .init section. */ extern char _init; -extern char _einit; +extern char _init_end; #endif /* __ASSEMBLER__ */ |