mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
mlock, mlock2, munlock: Use __attr_access_none macro
This fixes build failures using GCC 7.5.0 against glibc headers,
see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118194#c5.
Followup to 013106ae67
.
Reported-by: vvinayag@arm.com
This commit is contained in:
@@ -57,7 +57,7 @@ int memfd_create (const char *__name, unsigned int __flags) __THROW;
|
||||
/* Lock pages from ADDR (inclusive) to ADDR + LENGTH (exclusive) into
|
||||
memory. FLAGS is a combination of the MLOCK_* flags above. */
|
||||
int mlock2 (const void *__addr, size_t __length, unsigned int __flags) __THROW
|
||||
__attr_access ((__none__, 1));
|
||||
__attr_access_none (1);
|
||||
|
||||
/* Allocate a new protection key, with the PKEY_DISABLE_* bits
|
||||
specified in ACCESS_RESTRICTIONS. The protection key mask for the
|
||||
|
Reference in New Issue
Block a user