]> git.ipfire.org Git - thirdparty/glibc.git/commit
linux: Add compatibility definitions to sys/prctl.h for MTE
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 18 Dec 2020 19:00:49 +0000 (19:00 +0000)
committerRichard Earnshaw <rearnsha@arm.com>
Fri, 18 Dec 2020 19:23:04 +0000 (19:23 +0000)
commitfd2892858bf444e1d5ca7a5f3490a6a47eed2ace
tree3350fab431d998af27801237389a4ba68a30938b
parent55d7ba96fc3ac977c6f692f7c6739688a6dc91a1
linux: Add compatibility definitions to sys/prctl.h for MTE

Older versions of the Linux kernel headers obviously lack support for
memory tagging, but we still want to be able to build in support when
using those (obviously it can't be enabled on such systems).

The linux kernel extensions are made to the platform-independent
header (linux/prctl.h), so this patch takes a similar approach.
sysdeps/unix/sysv/linux/sys/prctl.h