chiark / gitweb /
nspawn: support ephemeral boots from images
[elogind.git] / src / basic / missing.h
index e9438aa90f3c38ab03467e504dee21ec299c1ffe..71a4489781cf3397c315e0c3ca60ee3f1c567784 100644 (file)
 #define GRND_RANDOM 0x0002
 #endif
 
+#ifndef FS_NOCOW_FL
+#define FS_NOCOW_FL 0x00800000
+#endif
+
 #ifndef BTRFS_IOCTL_MAGIC
 #define BTRFS_IOCTL_MAGIC 0x94
 #endif