diff options
-rw-r--r-- | src/shared/missing.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/missing.h b/src/shared/missing.h index 3ff1a21720..3051cb5640 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -167,6 +167,9 @@ static inline int pivot_root(const char *new_root, const char *put_old) { # define __NR_fanotify_mark 5296 # endif # endif +# ifndef __NR_memfd_create +# define __NR_memfd_create 0xffffffff /* FIXME */ +# endif #else # ifndef __NR_fanotify_init # define __NR_fanotify_init 338 |