]> sourceware.org Git - glibc.git/commit
Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 2 Feb 2021 15:02:09 +0000 (15:02 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 19 Mar 2021 11:46:20 +0000 (11:46 +0000)
commit9328682723b98811160477628376f7a31a34d2e5
tree818916f2641c5b5279f24fd9f275793c4303fee1
parent83efe3b3d2aa419f6a45828de9c38341acbf8ac3
Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h

The value of PR_TAGGED_ADDR_ENABLE was incorrect in the installed
headers and the prctl command macros were missing that are needed
for it to be useful (PR_SET_TAGGED_ADDR_CTRL).  Linux headers have
the definitions since 5.4 so it's widely available, we don't need
to repeat these definitions.  The remaining definitions are from
Linux 5.10.

To build glibc with --enable-memory-tagging, Linux 5.4 headers and
binutils 2.33.1 or newer is needed.
sysdeps/unix/sysv/linux/sys/prctl.h
This page took 0.044496 seconds and 5 git commands to generate.