aboutsummaryrefslogtreecommitdiff
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 801d4b6fa1..48936194ac 100644
--- a/sysdeps/generic/dl-procinfo.h
+++ b/sysdeps/generic/dl-procinfo.h
@@ -24,4 +24,7 @@
/* We cannot provide a general printing function. */
#define _dl_procinfo(word) -1
+/* By default there is no important hardware capability. */
+#define HWCAP_IMPORTANT (0)
+
#endif /* dl-procinfo.h */