diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-03 06:54:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-03 06:54:28 +0000 |
commit | 9a168f2b421743741f44ea082bd0214713ec9eb7 (patch) | |
tree | 9f7d6f26f0e2f78b97fbe3b10f98c8254ce54243 /sysdeps/unix/sysv | |
parent | 2d5fe9e39b6700763b2337f1f7ed55eeae8e75bb (diff) | |
download | glibc-9a168f2b421743741f44ea082bd0214713ec9eb7.tar glibc-9a168f2b421743741f44ea082bd0214713ec9eb7.tar.gz glibc-9a168f2b421743741f44ea082bd0214713ec9eb7.tar.bz2 glibc-9a168f2b421743741f44ea082bd0214713ec9eb7.zip |
Completely specify size of _dl_arm_cap_flags.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/dl-procinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/dl-procinfo.c b/sysdeps/unix/sysv/linux/arm/dl-procinfo.c index 9c6476cb59..9acd07962b 100644 --- a/sysdeps/unix/sysv/linux/arm/dl-procinfo.c +++ b/sysdeps/unix/sysv/linux/arm/dl-procinfo.c @@ -46,7 +46,7 @@ EXTERN #if !defined PROCINFO_DECL && defined SHARED ._dl_arm_cap_flags #else -const char _dl_arm_cap_flags[][10] +const char _dl_arm_cap_flags[8][10] #endif #ifndef PROCINFO_DECL = { |