summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-30 11:37:47 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-30 11:37:47 +0000
commitd6017ab3749a9e46099beee9e01594f530f1267a (patch)
treedff267418f444150bd984004944793e66c97f118 /libc
parentdf2b64698b95b1ac5d4ce893466f8e5fafa3ff9c (diff)
Typo fix from Peter Mazinger.
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/powerpc/crt0.S2
1 files changed, 1 insertions, 1 deletions
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