diff options
Diffstat (limited to 'libc/sysdeps/linux/e1/crt1.c')
-rw-r--r-- | libc/sysdeps/linux/e1/crt1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/e1/crt1.c b/libc/sysdeps/linux/e1/crt1.c index 1e1c8be8e..dd8ed6a26 100644 --- a/libc/sysdeps/linux/e1/crt1.c +++ b/libc/sysdeps/linux/e1/crt1.c @@ -26,7 +26,7 @@ * is linking when the main() function is in a static library (.a) * we can be sure that main() actually gets linked in */ extern void main(int argc,void *argv,void *envp); -//void (*mainp)(int argc,void *argv,void *envp) = main; +/* void (*mainp)(int argc,void *argv,void *envp) = main; */ void __uClibc_main(int argc,void *argv,void *envp); |