fi

parent 8e116613
......@@ -69,8 +69,8 @@ struct tus_file_disk {
enum tus_file_core_ptr {
TFCP_INVALID = 0,
TFCP_CONCAT,
#define TFCP_READABLE(tfcp) ((tfcp) >= TFCP_ZERO)
TFCP_ZERO,
#define TFCP_READABLE(tfcp) ((tfcp) >= TFCP_EMPTY)
TFCP_EMPTY,
TFCP_MMAP_RO,
TFCP_MMAP_RW
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment