summary refs log tree commit diff
path: root/sysdeps/generic/dl-procinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/dl-procinfo.h')
-rw-r--r--sysdeps/generic/dl-procinfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h
index 48936194ac..5592ec00d5 100644
--- a/sysdeps/generic/dl-procinfo.h
+++ b/sysdeps/generic/dl-procinfo.h
@@ -24,6 +24,9 @@
 /* We cannot provide a general printing function.  */
 #define _dl_procinfo(word) -1
 
+/* There are no hardware capabilities defined.  */
+#define _dl_hwcap_string(idx) ""
+
 /* By default there is no important hardware capability.  */
 #define HWCAP_IMPORTANT (0)