From: Ulrich Drepper Date: Sat, 7 Jul 2001 19:19:16 +0000 (+0000) Subject: Fix typo. X-Git-Tag: glibc-2.16-ports-before-merge~1848 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af9dfe869fbdb9824521c3a17ae7b79999f7e3d9;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/sysdeps/unix/sysv/aix/start.c b/sysdeps/unix/sysv/aix/start.c index 6c784f5dbf4..fd4d695eaae 100644 --- a/sysdeps/unix/sysv/aix/start.c +++ b/sysdeps/unix/sysv/aix/start.c @@ -31,7 +31,7 @@ typedef unsigned char uchar; /* sb in libc/posix/types.h */ /* The first piece of initialized data. */ int __data_start = 0; -+#ifndef HAVE_ELF +#ifndef HAVE_ELF /* Since gcc/crtstuff.c won't define it unless the ELF format is used we will need to define it here. */ void *__dso_handle = NULL;