[PATCH] Export AT_HWCAP from libc, v4

Richard Henderson rth@twiddle.net
Thu May 24 15:02:00 GMT 2012


On 05/23/2012 03:10 AM, Joseph S. Myers wrote:
> Could you add a NEWS entry for the addition of getauxval?  In general new
> interfaces like this should have them....

Done.


r~
-------------- next part --------------
diff --git a/NEWS b/NEWS
index b244d29..586f40f 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,10 @@ Version 2.16
   Note that glibc is not expected to work with any Linux kernel version
   before 2.6.
 
+* New header <sys/auxv.h> and function getauxval allowing easy access to
+  the AT_* key-value pairs passed from the Linux kernel.  The header also
+  defines the HWCAP_* bits associated with the AT_HWCAP key.
+
 * New locales: mag_IN
 

 Version 2.15


More information about the Libc-alpha mailing list