projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f01ec46
)
Fix typo.
author
Ulrich Drepper
<drepper@redhat.com>
Sat, 7 Jul 2001 19:19:16 +0000
(19:19 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sat, 7 Jul 2001 19:19:16 +0000
(19:19 +0000)
sysdeps/unix/sysv/aix/start.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/aix/start.c
b/sysdeps/unix/sysv/aix/start.c
index
6c784f5
..
fd4d695
100644
(file)
--- 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;