aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/dl-sysdep.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-15 23:56:32 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-15 23:56:32 +0000
commitdce3db5635277a727b73f6130b6d3d68d6750d89 (patch)
tree2b38f5fb27cfe01d2cfa30d546546c93aa2888bc /sysdeps/generic/dl-sysdep.c
parent162434a68226eb9a81fe92979fb59c8081aefcc0 (diff)
downloadglibc-dce3db5635277a727b73f6130b6d3d68d6750d89.tar
glibc-dce3db5635277a727b73f6130b6d3d68d6750d89.tar.gz
glibc-dce3db5635277a727b73f6130b6d3d68d6750d89.tar.bz2
glibc-dce3db5635277a727b73f6130b6d3d68d6750d89.zip
Update.
AT_SYSINFO_EH_FRAME. Adjust string width.
Diffstat (limited to 'sysdeps/generic/dl-sysdep.c')
-rw-r--r--sysdeps/generic/dl-sysdep.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/generic/dl-sysdep.c b/sysdeps/generic/dl-sysdep.c
index 2c73b64f90..33e74dd60b 100644
--- a/sysdeps/generic/dl-sysdep.c
+++ b/sysdeps/generic/dl-sysdep.c
@@ -219,15 +219,15 @@ _dl_show_auxv (void)
buf[63] = '\0';
/* The following code assumes that the AT_* values are encoded
- starting from 0 with AT_NULL, 1 for AT_IGNORE, and all other values
- close by (otherwise the array will be too large). In case we have
- to support a platform where these requirements are not fulfilled
- some alternative implementation has to be used. */
+ starting from 0 with AT_NULL, 1 for AT_IGNORE, and all other values
+ close by (otherwise the array will be too large). In case we have
+ to support a platform where these requirements are not fulfilled
+ some alternative implementation has to be used. */
for (av = _dl_auxv; av->a_type != AT_NULL; ++av)
{
static const struct
{
- const char label[20];
+ const char label[23];
enum { dec, hex, str } form;
} auxvars[] =
{