mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Implement the mlock2 function
Fallback using mlock is provided if the flags argument is zero. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -1983,6 +1983,7 @@ GLIBC_2.27 GLIBC_2.27 A
|
||||
GLIBC_2.27 glob F
|
||||
GLIBC_2.27 glob64 F
|
||||
GLIBC_2.27 memfd_create F
|
||||
GLIBC_2.27 mlock2 F
|
||||
GLIBC_2.27 strfromf128 F
|
||||
GLIBC_2.27 strfromf64x F
|
||||
GLIBC_2.27 strtof128 F
|
||||
|
@ -1920,6 +1920,7 @@ GLIBC_2.27 GLIBC_2.27 A
|
||||
GLIBC_2.27 glob F
|
||||
GLIBC_2.27 glob64 F
|
||||
GLIBC_2.27 memfd_create F
|
||||
GLIBC_2.27 mlock2 F
|
||||
GLIBC_2.27 strfromf128 F
|
||||
GLIBC_2.27 strfromf64x F
|
||||
GLIBC_2.27 strtof128 F
|
||||
|
Reference in New Issue
Block a user