chiark / gitweb /
core: add support for a configurable system-wide start-up timeout
[elogind.git] / src / shared / missing.h
index 3ff1a21720835e3cb7993606afa458d07cdbea4a..a9dd2742745372c72cd14a9ff298419d3a909183 100644 (file)
@@ -167,6 +167,10 @@ static inline int pivot_root(const char *new_root, const char *put_old) {
 #      define __NR_fanotify_mark 5296
 #    endif
 #  endif
+#  ifndef __NR_memfd_create
+#    warning "__NR_memfd_create not yet defined for MIPS"
+#    define __NR_memfd_create 0xffffffff
+#  endif
 #else
 #  ifndef __NR_fanotify_init
 #    define __NR_fanotify_init 338