aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/aix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-07 19:24:57 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-07 19:24:57 +0000
commit22af13de454d18449856c2334f77e5e6b4818fa7 (patch)
tree6d1850fbf57469a435d125938d16bf7c8f7e4534 /sysdeps/unix/sysv/aix
parent6cab95babf6338d5adae1f943e72546ef63636d1 (diff)
downloadglibc-22af13de454d18449856c2334f77e5e6b4818fa7.tar
glibc-22af13de454d18449856c2334f77e5e6b4818fa7.tar.gz
glibc-22af13de454d18449856c2334f77e5e6b4818fa7.tar.bz2
glibc-22af13de454d18449856c2334f77e5e6b4818fa7.zip
Update.
* posix/regex.c: Limit string length printed in debug messages to 100 chars.
Diffstat (limited to 'sysdeps/unix/sysv/aix')
-rw-r--r--sysdeps/unix/sysv/aix/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/aix/start.c b/sysdeps/unix/sysv/aix/start.c
index 6c784f5dbf..fd4d695eaa 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;