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/s390 | |
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/s390')
-rw-r--r-- | sysdeps/s390/dl-procinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/dl-procinfo.h b/sysdeps/s390/dl-procinfo.h index 717f6f9a50..45e27f1023 100644 --- a/sysdeps/s390/dl-procinfo.h +++ b/sysdeps/s390/dl-procinfo.h @@ -56,7 +56,7 @@ enum | HWCAP_S390_EIMM | HWCAP_S390_DFP) /* We cannot provide a general printing function. */ -#define _dl_procinfo(word) -1 +#define _dl_procinfo(type, word) -1 static inline const char * __attribute__ ((unused)) |