Bladeren bron

silly rabbit

Eric Andersen 19 jaren geleden
bovenliggende
commit
1b3a4d860f
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      libc/sysdeps/linux/mips/crt1.S

+ 1 - 1
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__