diff options
author | W. J. van der Laan <laanwj@protonmail.com> | 2021-10-05 08:13:02 +0200 |
---|---|---|
committer | W. J. van der Laan <laanwj@protonmail.com> | 2021-10-05 14:42:35 +0200 |
commit | 2d0279987ef04edda5f61c171768b9527cc936cc (patch) | |
tree | aa7ca6cb9ce8b39d6d24613945a6b8d03229666f /src/dummywallet.cpp | |
parent | 8289d19ea5d9935883f71a32e2f8f82ba7a283fb (diff) |
util: Make sure syscall numbers used in profile are defined
Define the following syscall numbers for x86_64, so that the profile
will be the same no matter what kernel is built against, including
kernels that don't have `__NR_statx`:
```c++
#define __NR_statx 332
#define __NR_getrandom 318
#define __NR_membarrier 324
```
Diffstat (limited to 'src/dummywallet.cpp')
0 files changed, 0 insertions, 0 deletions