[PATCH v6 26/26] arm64: mte: Add Memory Tagging Extension documentation

Catalin Marinas catalin.marinas@arm.com
Thu Jul 9 14:43:48 GMT 2020


On Thu, Jul 09, 2020 at 10:32:54AM +0100, Szabolcs Nagy wrote:
> The 07/03/2020 16:37, Catalin Marinas wrote:
> > +    /*
> > +     * To be compiled with -march=armv8.5-a+memtag
> > +     */
> > +    #include <errno.h>
> > +    #include <stdio.h>
> > +    #include <stdlib.h>
> > +    #include <unistd.h>
> > +    #include <sys/auxv.h>
> > +    #include <sys/mman.h>
> > +    #include <sys/prctl.h>
> 
> the example should now include stdint.h

Thanks. I should write user-space stuff more often ;)

-- 
Catalin


More information about the Libc-alpha mailing list