kdbus: add memfd_create() syscall number for aarch64 75/264875/1 submit/tizen/20211001.142833
authorAdrian Szyndela <adrian.s@samsung.com>
Fri, 1 Oct 2021 10:49:48 +0000 (12:49 +0200)
committerAdrian Szyndela <adrian.s@samsung.com>
Fri, 1 Oct 2021 10:49:48 +0000 (12:49 +0200)
commita43d9da65a93f23bb5b5341ff177ad817ffd4398
tree4f54aab0dc1d74f19d47f5a69271efd929709423
parentb2e18db273c588bf483b10b81b53790abc88d21b
kdbus: add memfd_create() syscall number for aarch64

Citing Lukasz Stelmach <l.stelmach@samsung.com>:

> 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.

Additionally, made other numbers same as in glib.

Change-Id: Ibb038d5d0de13f8a7b88051364564c541ca0fa9a
dbus/dbus-transport-kdbus.c