diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/mips/crt1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/crt1.S b/libc/sysdeps/linux/mips/crt1.S index 4c00bd081..d0769e88a 100644 --- a/libc/sysdeps/linux/mips/crt1.S +++ b/libc/sysdeps/linux/mips/crt1.S @@ -75,7 +75,7 @@ .type _init,@function .type _fini,@function .type main,@function - .type __uClibc_start_main,@function + .type __uClibc_main,@function __start: #ifdef __PIC__ |