diff options
author | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-06-13 14:13:39 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-06-13 14:13:39 -0500 |
commit | 1212598c9429674994da64b3a17375471d809677 (patch) | |
tree | 7bde46b6ded3a270df7a8b649414eb75b64240f4 /sysdeps/i386 | |
parent | c204ab284bc3ef492f5a5201bd6131032bfd471a (diff) | |
download | glibc-rsa/hwcap2_v4.tar glibc-rsa/hwcap2_v4.tar.gz glibc-rsa/hwcap2_v4.tar.bz2 glibc-rsa/hwcap2_v4.zip |
Add support for AT_HWCAP2.rsa/hwcap2_v4
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/dl-procinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/dl-procinfo.h b/sysdeps/i386/dl-procinfo.h index 883fa7f0ab..233a3257e3 100644 --- a/sysdeps/i386/dl-procinfo.h +++ b/sysdeps/i386/dl-procinfo.h @@ -61,7 +61,7 @@ enum }; /* We cannot provide a general printing function. */ -#define _dl_procinfo(word) -1 +#define _dl_procinfo(type, word) -1 static inline const char * __attribute__ ((unused)) |