musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/crt/crt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'crt/crt1.c')
-rw-r--r--crt/crt1.c 4
1 files changed, 3 insertions, 1 deletions
diff --git a/crt/crt1.c b/crt/crt1.c
index 14c4a52a..af02af94 100644
--- a/crt/crt1.c
+++ b/crt/crt1.c
@@ -1,5 +1,7 @@
#include <features.h>
+#define START "_start"
+
#include "crt_arch.h"
int main();
@@ -8,7 +10,7 @@ void _fini() __attribute__((weak));
_Noreturn int __libc_start_main(int (*)(), int, char **,
void (*)(), void(*)(), void(*)());
-void __cstart(long *p)
+void _start_c(long *p)
{
int argc = p[0];
char **argv = (void *)(p+1);
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月28日 01:08:17 +0000

AltStyle によって変換されたページ (->オリジナル) /