From d6017ab3749a9e46099beee9e01594f530f1267a Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Mon, 30 Aug 2004 11:37:47 +0000 Subject: Typo fix from Peter Mazinger. --- libc/sysdeps/linux/powerpc/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/powerpc/crt0.S b/libc/sysdeps/linux/powerpc/crt0.S index 4538c431d..4be3e6414 100644 --- a/libc/sysdeps/linux/powerpc/crt0.S +++ b/libc/sysdeps/linux/powerpc/crt0.S @@ -35,7 +35,7 @@ .section ".text" .globl _start .type _start,@function -#if defined L_crt0 || L_Scrt0 || ! defined __UCLIBC_CTOR_DTOR__ +#if defined L_crt0 || defined L_Scrt0 || ! defined __UCLIBC_CTOR_DTOR__ .type __uClibc_main,%function #else .weak _init -- cgit v1.2.3