glib-linux: add memfd_create() syscall number for arm64 architecture 30/251330/1
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 12 Jan 2021 13:18:02 +0000 (14:18 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 12 Jan 2021 16:04:15 +0000 (17:04 +0100)
commit038d7f103ce7bf6c30447083e43112c23200d0f6
tree3df04f335868839e211a0f00398c88a822cdc315
parent63842eb53afd7a1311eb06ff4f891e59e12e5fb3
glib-linux: add memfd_create() syscall number for arm64 architecture

The number of the memfd_syscall() on arm64 is the same as on arm only
for 32-bit processes. 64-bit process must use the number defined in the
asm-generic/unistd.h kernel header.

Change-Id: I745ce2b97fca72804ef9ad11fe9787cd9ebeed06
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
glib/glib-linux.h