summaryrefslogtreecommitdiff
path: root/libc/crt0.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/crt0.c')
-rw-r--r--libc/crt0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/crt0.c b/libc/crt0.c
index b21b525..bdf1585 100644
--- a/libc/crt0.c
+++ b/libc/crt0.c
@@ -23,7 +23,7 @@ export no_op
no_op: ! Generic no operation call
ret
- .ascii __LIBC__ ! Version id.
+ .ascii __LIBC_VER__ ! Version id.
loc 1 ! Segment 1 is where the pointers to the autostart
! functions are stored.