mirror of git://sourceware.org/git/glibc.git
misc: add PKEY_UNRESTRICTED macro
A corresponding macro has been added to Linux UAPI headers in 6.15. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
27cc947dce
commit
01bb997ef5
|
|
@ -43,10 +43,9 @@
|
|||
# endif
|
||||
|
||||
/* Access restrictions for pkey_alloc. */
|
||||
# ifndef PKEY_DISABLE_ACCESS
|
||||
# define PKEY_DISABLE_ACCESS 0x1
|
||||
# define PKEY_DISABLE_WRITE 0x2
|
||||
# endif
|
||||
# define PKEY_UNRESTRICTED 0x0
|
||||
# define PKEY_DISABLE_ACCESS 0x1
|
||||
# define PKEY_DISABLE_WRITE 0x2
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue