]> sourceware.org Git - glibc.git/commit
misc: Align argument name for pkey_*() functions with the manual
authorYury Khrustalev <yury.khrustalev@arm.com>
Wed, 6 Nov 2024 13:05:57 +0000 (13:05 +0000)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Wed, 6 Nov 2024 13:11:33 +0000 (13:11 +0000)
commitff254cabd64bec6b6810ee1e1f0c901d273efaca
treeba1093bf9823d0d746ae185faabd5077d4240370
parent0c38c59f75bbfe3eb241fc54e1063e9b4cd2f9a6
misc: Align argument name for pkey_*() functions with the manual

Change name of the access_rights argument to access_restrictions
of the following functions:

 - pkey_alloc()
 - pkey_set()

as this argument refers to access restrictions rather than access
rights and previous name might have been misleading.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/bits/mman-shared.h
sysdeps/unix/sysv/linux/pkey_set.c
This page took 0.042695 seconds and 5 git commands to generate.