Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Sat, 7 Jul 2001 19:19:16 +0000 (19:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 7 Jul 2001 19:19:16 +0000 (19:19 +0000)
sysdeps/unix/sysv/aix/start.c

index 6c784f5..fd4d695 100644 (file)
@@ -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;