about summary refs log tree commit diff
path: root/misc/sys/auxv.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sys/auxv.h')
-rw-r--r--misc/sys/auxv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/sys/auxv.h b/misc/sys/auxv.h
index b5ab30ab77..8446aeddd0 100644
--- a/misc/sys/auxv.h
+++ b/misc/sys/auxv.h
@@ -31,6 +31,10 @@ __BEGIN_DECLS
 extern unsigned long int getauxval (unsigned long int __type)
   __THROW;
 
+/* Same as getauxval, but for Arm Morello capabilities.  */
+extern void * getauxptr (unsigned long int __type)
+  __THROW;
+
 __END_DECLS
 
 #endif /* sys/auxv.h */