mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Linux: Add memfd_create system call wrapper
The system call is somewhat obscure because it is closely related to file descriptor sealing. However, it is also the recommended way to create alias mappings, which is why it has more general use. No emulation is provided. Except for the name of the /proc/self/fd links, it would be possible to implement an approximation using O_TMPFILE and tmpfs, but this does not appear to be worth the added complexity. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
@ -1982,6 +1982,7 @@ GLIBC_2.26 reallocarray F
|
||||
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 strfromf128 F
|
||||
GLIBC_2.27 strtof128 F
|
||||
GLIBC_2.27 strtof128_l F
|
||||
|
@ -1919,6 +1919,7 @@ GLIBC_2.26 reallocarray F
|
||||
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 strfromf128 F
|
||||
GLIBC_2.27 strtof128 F
|
||||
GLIBC_2.27 strtof128_l F
|
||||
|
Reference in New Issue
Block a user