diff options
author | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-06-27 15:48:35 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-06-27 15:48:35 -0500 |
commit | 0cfec279fbb3c25b9c37e35e303ad4cdab77ed81 (patch) | |
tree | bd6898ac31cecffe9ea408e08113eb6e648ad9a9 /sysdeps/i386/dl-procinfo.h | |
parent | fe114d206479a36369d732ea260e81a686fdbb0b (diff) | |
download | glibc-rsa/hwcap2_v5.zip glibc-rsa/hwcap2_v5.tar.gz glibc-rsa/hwcap2_v5.tar.bz2 |
Add GLRO(dl_hwcap2), conditional on per platform HWCAP2_AVAIL.rsa/hwcap2_v5
Diffstat (limited to 'sysdeps/i386/dl-procinfo.h')
-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 883fa7f..233a325 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)) |