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/generic | |
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/generic')
-rw-r--r-- | sysdeps/generic/dl-procinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h index 90c87d942a..a184a5918a 100644 --- a/sysdeps/generic/dl-procinfo.h +++ b/sysdeps/generic/dl-procinfo.h @@ -21,7 +21,7 @@ #define _DL_PROCINFO_H 1 /* We cannot provide a general printing function. */ -#define _dl_procinfo(word) -1 +#define _dl_procinfo(type, word) -1 /* There are no hardware capabilities defined. */ #define _dl_hwcap_string(idx) "" |