blob: 11837c6cc04b9d13a71e8875f1e34345b01b3a12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/src/shared/missing.h.orig 2018-10-21 16:47:25.858241043 +0200
+++ b/src/shared/missing.h 2018-10-21 16:47:36.986335212 +0200
@@ -204,12 +204,6 @@
}
#endif
-#ifndef HAVE_MEMFD_CREATE
-static inline int memfd_create(const char *name, uint64_t flags) {
- return syscall(__NR_memfd_create, name, flags);
-}
-#endif
-
#ifndef BTRFS_IOCTL_MAGIC
#define BTRFS_IOCTL_MAGIC 0x94
#endif
|